- Do you have an Github account ? If not create one.
- Install required tools
- Latest Git Client
- gpg tools
# Ubuntu
sudo apt-get install gpa seahorse
# Mac
#!/bin/bash | |
# PAR tool-chain by zbytopav & hajekm13 :-) | |
# https://gist.github.com/zbycz/7655258 | |
if [[ $# -lt 5 ]] ; then | |
echo Spusteni: | |
echo " ./run.sh typ_ziletky #proc|seq fronta binarka argumenty [infiniband]" | |
echo | |
echo ' napr: ./run.sh 4c 16 fast ./bin-par "data001.txt arg2 arg3"' |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
<?php | |
namespace Clevispace; | |
/** | |
* @author Pavel Zbytovský | |
*/ | |
class DateTime extends \Nette\DateTime | |
{ |
<?php | |
/** | |
* Class for smart browsing of recursive structures | |
* | |
* example: | |
* {var $node = $rootNode} | |
* <ul> | |
* {block #groups} |
<!doctype html> | |
<meta charset=utf-8> | |
<title></title> | |
<section itemscope itemtype="http://data-vocabulary.org/Person"> | |
My name is <span itemprop="name">Jindřich Jiný</span> and I work as a <span itemprop="title">post-doc</span> | |
at the <span itemprop="affiliation">Moje organizace Coolname</span>. | |
<section itemprop="address" itemscope itemtype="http://data-vocabulary.org/Address"> My office address is | |
<span itemprop="street-address">Technická 2</span>, <span itemprop="postal-code">16100<span>, |
# Ubuntu
sudo apt-get install gpa seahorse
# Mac
var httpNative = require('http'), | |
httpsNative = require('https'), | |
web_o = require('./web-outgoing'), | |
common = require('../common'), | |
followRedirects = require('follow-redirects'); | |
web_o = Object.keys(web_o).map(function(pass) { | |
return web_o[pass]; | |
}); |
#!/usr/bin/env bash | |
USERNAME='xxx' PASSWORD='xxx' yarn examples-server |
<?php | |
// Open https://www.facebook.com/your_information/ and click "Download" | |
// then select JSON format (and optionaly low quality media) and hit "Create file" | |
$zip = zip_open("facebook-messages.zip"); | |
$fw = fopen("messages.csv", "w"); | |
if (is_resource($zip)) { | |
while ($zip_entry = zip_read($zip)) { |
I hereby claim:
To claim this, I am signing this object: