Skip to content

Instantly share code, notes, and snippets.

@nakhli
nakhli / gist:c5443f7dc3584fc1b50ff8ae3f788de7
Created July 6, 2016 09:37 — forked from shoxty/gist:3990315
Chat log with Oracle Technical Support for Taleo
I have a lot of questions regarding the Taleo Business Edition Web Services API. Can you please put me in
contact with somebody that can help me?
Here are a few of the questions:
1) Is there a way to retrieve a list of all the form fields that are required for a requisition including
any custom fields that may have been added?
2) In what order should I made the calls to your services to properly submit a candidate to a requisition?
3) I am currently able to submit generic details of a candidate and attach it to a requisition but how can
I submit employment history, education, references, certifications and upload a resume? Do you have separate
@nakhli
nakhli / latency.txt
Created November 10, 2015 08:18 — forked from jboner/latency.txt
Latency Numbers Every Programmer Should Know
Latency Comparison Numbers
--------------------------
L1 cache reference 0.5 ns
Branch mispredict 5 ns
L2 cache reference 7 ns 14x L1 cache
Mutex lock/unlock 25 ns
Main memory reference 100 ns 20x L2 cache, 200x L1 cache
Compress 1K bytes with Zippy 3,000 ns
Send 1K bytes over 1 Gbps network 10,000 ns 0.01 ms
Read 4K randomly from SSD* 150,000 ns 0.15 ms