Skip to content

Instantly share code, notes, and snippets.

View Seregamil's full-sized avatar

Seregamil

  • Waterloo
  • Underground
View GitHub Profile
@Seregamil
Seregamil / drive-format-ubuntu.md
Created December 26, 2023 13:54 — forked from keithmorris/drive-format-ubuntu.md
Partition, format, and mount a drive on Ubuntu
public enum ItemType {
Food,
Key,
Weapon,
Cloth,
World,
License
}
public class WorldOffset {
using System;
using System.Collections.Generic;
using System.Linq;
using GM.Client;
using GM.Client.Friends;
using GM.Global;
using GM.Property.Businesses.RefuelStations;
using GM.Property.Businesses.Shops.ClothShop;
using GM.Property.Businesses.Shops.ProductShop;
using GM.Property.Businesses.Showrooms;
const controlsIds =
{
F5: 327,
W: 32, //232
S: 33, //31, 219, 233, 268, 269
A: 34, //234
D: 35, //30, 218, 235, 266, 267
Shift: 21,
E: 38,
Q: 44,
Can't load ipl: bonds_set
Can't load ipl: files_set
Can't load ipl: panther_set
Can't load ipl: pearl_necklace_set
Can't load ipl: pink_diamond_set
Can't load ipl: tequila_set
Can't load ipl: h4_mph4_terrain_01_grass_0
Can't load ipl: h4_mph4_terrain_01_grass_1
Can't load ipl: h4_mph4_terrain_02_grass_0
Can't load ipl: h4_mph4_terrain_02_grass_1
Can't load ipl: h4_mph4_terrain_02_grass_2
Can't load ipl: h4_mph4_terrain_02_grass_3
Can't load ipl: h4_mph4_terrain_04_grass_0
Can't load ipl: h4_mph4_terrain_04_grass_1
Can't load ipl: h4_mph4_terrain_05_grass_0
Can't load ipl: h4_mph4_terrain_06_grass_0
student('Ivanov', 4).
student('Fedorov', 3).
student('Vetrov', 4).
student('Petrov', 3).
student('Popov', 4).
student('Sidorov', 5).
company('Microsoft', 5).
company('Apple', 4).
company('IBM', 4).
@Seregamil
Seregamil / lab1.cs
Last active February 14, 2020 12:33
lab1.cs
using System;
/*
Пароли
arch1-3s - cat
4s - byte
5s - ?
total passwords: 901356496
mask: a-zA-Z0-9
@Seregamil
Seregamil / chain.py
Last active November 20, 2019 13:05
import os
import hashlib
import time
import json
class Blockchain(object):
def __init__(self):
self._chain_list = [] # initialize empty list
@Seregamil
Seregamil / main.cs
Created July 9, 2019 04:39
asuParserResults
/*
* Created by SharpDevelop.
* User: Seregamil
* Date: 09.07.2019
* Time: 10:58
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
using System;
using System.Text;