Skip to content

Instantly share code, notes, and snippets.

@dumganhar
dumganhar / 16299.15.170928-1534.rs3_release_vl
Created November 25, 2017 15:02 — forked from CHEF-KOCH/16299.15.170928-1534.rs3_release_vl
SHA-1 hashes for Windows 10 1709 september 2017
x64 (requires decrypter v31+)
http://wsus.ds.b1.download.windowsupdate.com/c/upgr/2017/10/16299.15.170928-1534.rs3_release_clientbusiness_vol_x64fre_ar-sa_18a1d49b0742e23959ace743b2bbb80422fa19b4.esd
http://wsus.ds.b1.download.windowsupdate.com/c/upgr/2017/10/16299.15.170928-1534.rs3_release_clientbusiness_vol_x64fre_bg-bg_7087fb83ebb612c10b4742a15739a86b67a0faba.esd
http://wsus.ds.b1.download.windowsupdate.com/c/upgr/2017/10/16299.15.170928-1534.rs3_release_clientbusiness_vol_x64fre_cs-cz_d3ff7fc7da3c2fa24eb82440eedec39dcf1fe1e5.esd
http://wsus.ds.b1.download.windowsupdate.com/d/upgr/2017/10/16299.15.170928-1534.rs3_release_clientbusiness_vol_x64fre_da-dk_ce4eb04764350cda70e3c11bcd92c82dc549af81.esd
http://wsus.ds.b1.download.windowsupdate.com/c/upgr/2017/10/16299.15.170928-1534.rs3_release_clientbusiness_vol_x64fre_de-de_5acd02fd7609eb464bd68936bfd770fa3691bcd9.esd
http://wsus.ds.b1.download.windowsupdate.com/d/upgr/2017/10/16299.15.170928-1534.rs3_release_clientbusiness_vol_x64fre_el-gr_29a939a1446738c13a
@dumganhar
dumganhar / 16299.15.170928-1534.rs3_release_vl
Created November 25, 2017 15:02 — forked from CHEF-KOCH/16299.15.170928-1534.rs3_release_vl
SHA-1 hashes for Windows 10 1709 september 2017
x64 (requires decrypter v31+)
http://wsus.ds.b1.download.windowsupdate.com/c/upgr/2017/10/16299.15.170928-1534.rs3_release_clientbusiness_vol_x64fre_ar-sa_18a1d49b0742e23959ace743b2bbb80422fa19b4.esd
http://wsus.ds.b1.download.windowsupdate.com/c/upgr/2017/10/16299.15.170928-1534.rs3_release_clientbusiness_vol_x64fre_bg-bg_7087fb83ebb612c10b4742a15739a86b67a0faba.esd
http://wsus.ds.b1.download.windowsupdate.com/c/upgr/2017/10/16299.15.170928-1534.rs3_release_clientbusiness_vol_x64fre_cs-cz_d3ff7fc7da3c2fa24eb82440eedec39dcf1fe1e5.esd
http://wsus.ds.b1.download.windowsupdate.com/d/upgr/2017/10/16299.15.170928-1534.rs3_release_clientbusiness_vol_x64fre_da-dk_ce4eb04764350cda70e3c11bcd92c82dc549af81.esd
http://wsus.ds.b1.download.windowsupdate.com/c/upgr/2017/10/16299.15.170928-1534.rs3_release_clientbusiness_vol_x64fre_de-de_5acd02fd7609eb464bd68936bfd770fa3691bcd9.esd
http://wsus.ds.b1.download.windowsupdate.com/d/upgr/2017/10/16299.15.170928-1534.rs3_release_clientbusiness_vol_x64fre_el-gr_29a939a1446738c13a
;; This hack fixes indentation for C++11's "enum class" in Emacs.
;; http://stackoverflow.com/questions/6497374/emacs-cc-mode-indentation-problem-with-c0x-enum-class/6550361#6550361
(defun inside-class-enum-p (pos)
"Checks if POS is within the braces of a C++ \"enum class\"."
(ignore-errors
(save-excursion
(goto-char pos)
(up-list -1)
(backward-sexp 1)
#!/usr/bin/perl
use 5.008;
use strict;
use Memoize;
# usage:
# git-large-files 500k
# git-large-files 0.5m
# git-large-files 5b
/****************************************************************************
Copyright (c) 2012 cocos2d-x.org
Copyright (c) 2012 Mike Owens <mike@filespanker>
Copyright (c) 2010 Sangwoo Im
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights