Skip to content

Instantly share code, notes, and snippets.

View winex's full-sized avatar

Roman Vasiyarov winex

View GitHub Profile
1.Automation 24.Toolbelt 47.Portable Solar Panel 70.Nuclear Power
2.Logistics 25.Military 1 48.Personal Battery 71.Productivity Module 3
3.Electronics 26.Military 2 49.Automated Rail 72.Speed Module 3
4.Fast Inserter 27.Adv. Oil Processing 50.Rail Signals 73.Bot Speed 3
5.Steel Processing 28.Lubricant 51.Power Armor 74.Electric Dist. 2
6.Steel Axe 29.Electric Engines 52.Advanced Elec. 2 75.Electric Accumulators
7.Logistic Science 30.Robotics 53.Exoskeleton Equipment 76.Defender
8.Automation 2 31.Construction Robots 54.Power Armor 77.Flamethrower
9.Adv. Material Proc. 32.Bot Speed 1 55.Adv. Mat. Processing 2 78.Rocket Silo
10.Engine 33.Bot Speed 2
@winex
winex / bits.cpp
Created October 13, 2011 03:04
bits set counting and iteration
#include <stdint.h>
#include <stdio.h>
int main(int argc, char* argv[])
{
uint32_t value = 0x8421;
uint32_t out = 0;
uint32_t bits = 0;
@winex
winex / points-zan2rei.awk
Created October 2, 2011 19:44
minecraft: Zan2Rei waypoints converter
#!/usr/bin/awk -f
BEGIN {
FS = ":";
nether_mode = 0
if (ARGC > 1) {
for (i = 1; i < ARGC; i++) {
arg = ARGV[i]
if (arg !~ /^-/)
Index: wine1.3-1.3.23/dlls/user32/input.c
===================================================================
--- wine1.3-1.3.23.orig/dlls/user32/input.c 2011-06-25 02:29:32.000000000 +0400
+++ wine1.3-1.3.23/dlls/user32/input.c 2011-07-01 19:29:32.965148133 +0400
@@ -22,6 +22,14 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
+/*
+ * Modififed by Reco 2009, winex 2011
@winex
winex / mineserver.cfg
Created March 15, 2011 03:21
combined syntax
[system]
name = "my mineserver"
user_limit = 50
show_version = true
[plugin]
waypoints.enabled = true
[]
system.anythingelse.enabled = true