Skip to content

Instantly share code, notes, and snippets.

View v-atamanenko's full-sized avatar
👾

Volodymyr Atamanenko v-atamanenko

👾
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
commit 7b32eb526b30d1034751c5b75b35a843eb00a15e
Author: v-atamanenko <v@atamanenko.in>
Date: Tue Jun 7 16:55:54 2022 +0400
fix fpic
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2aa66421c..564ad0b0d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
commit 28a5903a804d62a6842f212831bcf3a85528ce77
Author: v-atamanenko <v@atamanenko.in>
Date: Tue Jun 7 14:44:47 2022 +0400
fix utime
diff --git a/contrib/zip/src/miniz.h b/contrib/zip/src/miniz.h
index 0a5560b24..ede0db304 100644
--- a/contrib/zip/src/miniz.h
+++ b/contrib/zip/src/miniz.h
--- contrib/zip/src/zip.c 2022-06-06 18:49:13.000000000 +0400
+++ contrib/zip/src/zip.c_new 2022-06-06 18:48:57.000000000 +0400
@@ -352,7 +352,7 @@
(0x20 << 24)) { // and has sym link attribute (0x80 is file, 0x40
// is directory)
#if defined(_WIN32) || defined(__WIN32__) || defined(_MSC_VER) || \
- defined(__MINGW32__)
+ defined(__MINGW32__) || defined(__vita__)
#else
if (info.m_uncomp_size > MAX_PATH ||

CSGOTORPEDO New Socket Events List

Object reference

  • <SteamItem Object>

    {
      "state": "available",
background yes
update_interval 1
cpu_avg_samples 1
net_avg_samples 2
temperature_unit celsius
double_buffer yes
no_buffers yes
text_buffer_size 2048
@v-atamanenko
v-atamanenko / Gettext.tmLanguage
Created April 4, 2015 17:22
GetText syntax highlight fot Sublime Text 2
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>comment</key>
<string>
TODO: Command for copy original to untranslated, label as fuzzy, remove fuzzy, next fuzzy etc
Create meta scope for each entry
</string>
<key>fileTypes</key>
@v-atamanenko
v-atamanenko / jass.tmLanguage
Created April 4, 2015 16:12
JASS syntax highlight for Sumblime Text 2
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>fileTypes</key>
<array>
<string>j</string>
<string>ai</string>
</array>
<key>name</key>