Skip to content

Instantly share code, notes, and snippets.

std::vector<int> authors;
void parser::findAuthors(std::string json, int startPos = 0, std::string searchKey){
// Look for the key i.e. author, kind, data etc.
int key = json.substr(searchKey, startPos);
// If it was found
if (key > 0) {
// Add the location of the found author into the vector
authors.push_back(key);
$('body').on('click','.info', function (e) {
// Don't let the page reload
e.preventDefault();
$('.details').after().remove();
$('#'+e.target.id+'Row').after('<div class="details">some details</div>');
});
$.ajax({
type: "POST",
url: "makeLCR.php",
data: $('#LCRform').serialize(),
beforeSend: function() {
$.noConflict();
$.blockUI({
message: '<h1 class="well">Building LCR</h1>'
});
}

Dear,

I thank you very much for replying to my proposal. I am excited hopeful by your response. I have all this while been thinking of how to go about this plan considering the fact that I must have a neutral front to actualize this project. I thought of the fact that it will be difficult for me to carry out this project without finding someone reliable and trustworthy to bid in actualizing this project. In searching for a reliable partner, two reason guided my search. These reasons borders on the security of this funds for investment plan. And the second one was the need to completely look outside the U.K for this investment plan because I reckon it will not be in the best interest of the secrecy required for this plan to be effectively carried out if I choose to find a partner here in the UK. Because this fund is connected to a high profile personality who wants this deal to be confided in absolute secrecy. A dignitary, a politician who was the former Interior Minister in the Government of his Country. He

/*
Dylan Turner
Take Home Quiz, Chapter 5
March 4th, 2014
*/
#include <iostream>
int main()
{
GNU nano 1.3.12 File: Avatar_backup.php
<?php
### /poundteam/Avatar1.php
###
### Purpose: Play sounds in agent meetme room and kill them based on button press of agent on this page.
###
### Files will be edited via "edit_avatars.php". Further documentation there.
###
<?php
// Establishes a connection to the database
function connect(&$dbh) {
$auth = include("auth.php");
$dbName = "DNC";
try {
$dbh = new PDO($auth['server'], $auth['user'], $auth['password']);
<?php
function grab_image($url,$saveto){
$ch = curl_init ($url);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_BINARYTRANSFER,1);
$raw=curl_exec($ch);
curl_close ($ch);
if(file_exists($saveto)){
#include <iostream>
#include <fstream>
using namespace std;
int main() {
// The first character
char voter;
char lastVoter;
// The 8 Y/N votes
#include <iostream>
using namespace std;
void print_array(double[], int);
int main() {
const int ARRAYLEN = 9;
//Initialized array starting from .1
double numbers[ARRAYLEN];