Skip to content

Instantly share code, notes, and snippets.

Hello;
As an effort to eliminate excessive spam accounts in the Black Duck OpenHub (which used to be Ohloh.net), we are asking all account holders to reverify their account. Reverification requires the use of an SMS capable phone number or a GitHub account. Please note that the OpenHub will not retain any personal information. Specifically, the OpenHub will neither retain your phone number nor will the OpenHub have any access to your GitHub account. These services are solely for the purpose of verifying users behind the accounts on the OpenHub
Please use login to your account and then click on this reverification link within 2 weeks so that you may continue to have access to your account on the OpenHub.
Please note that all accounts that are not reverified will be deactivated and permanently deleted within a few months. We understand that this can seem severe and ask for your understanding as we continue to provide the OpenHub as a free and open service to the Open Source Software community. If you would l
(function()
{
if( location.href.match( /^https:\/\/store\.steampowered\.com\/account\/licenses\/?$/ ) === null )
{
alert( 'Please run this on Steam\'s account page details: https://store.steampowered.com/account/licenses/' );
window.location = 'https://store.steampowered.com/account/licenses/';
return;
}
Discovered.
4 3 8 | 7 9 6 | 2 1 5
6 5 9 | 1 3 2 | 4 7 8
2 7 1 | 4 5 8 | 6 9 3
7 4 5 | 6 8 1 | 9 3 2
8 2 3 | 5 4 9 | 7 6 1
1 9 6 | 2 7 3 | 8 5 4
9 8 7 | 3 2 5 | 1 4 6
3 1 4 | 8 6 7 | 5 2 9
5 6 2 | 9 1 4 | 3 8 7
@johndrinkwater
johndrinkwater / gist:9d84cb18095e4c847cc9
Created March 1, 2016 15:03
Possible reasons Shavian hasn’t taken off?
en
𐑿𐑯𐑦𐑒𐑴𐑛 𐑐ɹ𐑩𐑝𐑲𐑛𐑟 𐑳 𐑿𐑯𐑰𐑒 𐑯𐑳𐑥𐑚𐑩 𐑓𐑷ɹ ɛ𐑝ɹ𐑦 𐑒aɹ𐑦𐑒𐑑𐑩
𐑯𐑴 𐑥a𐑑𐑩 𐑢𐑪𐑑 𐑞 𐑐𐑤a𐑑𐑓𐑷𐑥
𐑯𐑴 𐑥a𐑑𐑩 𐑢𐑪𐑑 𐑞 𐑐ɹ𐑴𐑜ɹa𐑥
𐑯𐑴 𐑥a𐑑𐑩 𐑢𐑪𐑑 𐑞 𐑤a𐑙𐑜𐑢𐑦𐑛𐑠
en-us
𐑿𐑯𐑦𐑒o𐑫𐑛 𐑐ɹ𐑩𐑝𐑲𐑛𐑟 𐑳 𐑿𐑯𐑰𐑒 𐑯𐑳𐑥𐑚𐑼 𐑓𐑷ɹ ɛ𐑝ɹi 𐑒𐑨ɹ𐑦𐑒𐑑𐑼
𐑯o𐑫 𐑥𐑨ɾ𐑼 𐑢𐑳𐑑 𐑞 𐑐𐑤𐑨𐑑𐑓𐑷ɹ𐑥
𐑯o𐑫 𐑥𐑨ɾ𐑼 𐑢𐑳𐑑 𐑞 𐑐ɹo𐑫𐑜ɹ𐑨𐑥
6×10
2338 so far!
sslllluuuI
wsssyluxuI
wwyyyyxxxI
vwwtpzzxrI
vtttppzrrI
vvvtppzzrr
2339 so far!
@johndrinkwater
johndrinkwater / mmpentomino.cpp
Last active February 29, 2016 20:26 — forked from anonymous/mmpentomino.cpp
mediamolecule live coding stream bug bounty competition #DreamsPS4
// MEDIA MOLECULE fun bug hunt bounty live coding challenge.
// this is the buggy code that we wrote live on the twitch.tv/media_molecule coding stream on the 18th Feb 2016
// if you haven't seen the stream, this will make no sense so go watch!
//
// the competition is:
// there are two single character mistakes somewhere in here, that cause it to print the wrong answer.
// can you find them and tell us what they are?
// let us know on twitter @mediamolecule and the first correct answer will win a cool #DreamsPS4 prize!
// the working program should compute & print out the answer "2339"
@johndrinkwater
johndrinkwater / gist:9f87d4c048bc1cb287ca
Created February 15, 2016 11:06
less is better than more, except when it isn’t.
john@joran ~/code/SteamLinux ±:master *%❯ git log -1 | less
commit f228709f9a8ab87f523d184e37abaa7680cbb241
Author: johndrinkwater [<U+1F427>︀ <U+1F3AE>] <[email protected]>
Date: Sun Feb 14 23:47:49 2016 +0000
Anno Online (336510) works
john@joran ~/code/SteamLinux ±:master *%❯ git log -1 | more
commit f228709f9a8ab87f523d184e37abaa7680cbb241
Author: johndrinkwater [🐧︀ 🎮] <[email protected]>
Date: Sun Feb 14 23:47:49 2016 +0000
@johndrinkwater
johndrinkwater / after
Last active February 3, 2016 22:34
jfc, baobab was causing me concern, so I went to look at the source. egads. (before and after are the C output from the below vala, after has been tidied to be readable)
case G_FILE_TYPE_REGULAR:
{
guint64 child_time = 0ULL;
if (g_file_info_has_attribute (child_info, G_FILE_ATTRIBUTE_UNIX_NLINK)) {
if (g_file_info_get_attribute_uint32 (child_info, G_FILE_ATTRIBUTE_UNIX_NLINK) > ((guint32) 1)) {
BaobabScannerHardLink hl = {0};
baobab_scanner_hard_link_init (&hl, child_info);
if (_vala_baobab_scanner_hard_link_array_contains (self->priv->hardlinks, self->priv->hardlinks_length1, &hl)) {
continue;
}
john@joran ~ ❯ la .local/share/Steam
ls: cannot access .local/share/Steam: No such file or directory
john@joran ~ ❯ set | grep XDG.*HOME
XDG_CACHE_HOME=/home/john/settings/cache
XDG_CONFIG_HOME=/home/john/settings/config
XDG_DATA_HOME=/home/john/settings/data
XDG_STATE_HOME=/home/john/settings/state
john@joran ~ ❯ la | grep steam
@johndrinkwater
johndrinkwater / gist:8dc46334e96e437d24f4
Created January 21, 2016 14:50
Tried 32 bit gfxbench, needed 32bit harfbuzz, installed and:
john@joran ~/bin/gfxbench ❯ ./gfxbench_gl
This application failed to start because it could not find or load the Qt platform plugin "xcb".
Available platform plugins are: xcb.
Reinstalling the application may fix this problem.
Aborted (core dumped)