Skip to content

Instantly share code, notes, and snippets.

View rogeraabbccdd's full-sized avatar
๐Ÿง
It's Muffin Time!

Kento rogeraabbccdd

๐Ÿง
It's Muffin Time!
View GitHub Profile
@rogeraabbccdd
rogeraabbccdd / maplist.txt
Last active June 28, 2025 14:02
CS2 Server
//Put your map list here
de_vertigo
cs_italy
de_inferno
cs_office
de_mirage
de_ancient
de_nuke
de_anubis
de_overpass
@import url(https://cdn.jsdelivr.net/npm/firacode@6.2.0/distr/fira_code.css);
.monaco-workbench.vs-dark .part.editor>.content .editor-group-container .editor-group-watermark>.letterpress {
background-image: url(https://raw.githubusercontent.com/Aikoyori/ProgrammingVTuberLogos/main/VSCode/VSCode-Thick.png);
}
@rogeraabbccdd
rogeraabbccdd / ScreenCaptureEditor.cs
Created September 24, 2021 13:36 — forked from Tymski/ScreenCaptureEditor.cs
Unity make a screenshot from editor
using System.IO;
using UnityEditor;
using UnityEngine;
public class ScreenCaptureEditor : EditorWindow
{
private static string directory = "Screenshots/Capture/";
private static string latestScreenshotPath = "";
private bool initDone = false;
// 1125974016 = 157 = <Buffer 00 00 1d 43 00 00 00 00>
// 1124073472 = 128
const GetBytes = (int) => {
const b = Buffer.alloc(8)
b[0] = int
b[1] = int >> 8
b[2] = int >> 16
b[3] = int >> 24
return b
@rogeraabbccdd
rogeraabbccdd / logoformat.md
Last active June 13, 2019 07:20
logoformat.md

CSGO SVG Teamlogo format

  • Width: 64px.
  • Height: 64px.
  • File size less than 10KB.
  • Without <image> element, it means most of png/jpg to svg converter doesn't support this format.
  • Without <text> element.
  • If your svg has `
@rogeraabbccdd
rogeraabbccdd / laravel.md
Created January 21, 2019 04:29
Install laravel XAMPP
  • ไธ‹่ผ‰ Composer
  • ๅˆ‡ๆ›ๅˆฐ htdocs
cd /d I:\xampp\htdocs
  • ไธ‹่ผ‰ Laravel
composer create-project --prefer-dist laravel/laravel laravel
  • ็ถฒ้ ่ทฏๅพ‘็‚บ
@rogeraabbccdd
rogeraabbccdd / gist:f3b47844ad3f2be7feb6a9b13da27e9b
Created July 17, 2018 01:17 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: ๐Ÿ˜„ :smile: ๐Ÿ˜† :laughing:
๐Ÿ˜Š :blush: ๐Ÿ˜ƒ :smiley: โ˜บ๏ธ :relaxed:
๐Ÿ˜ :smirk: ๐Ÿ˜ :heart_eyes: ๐Ÿ˜˜ :kissing_heart:
๐Ÿ˜š :kissing_closed_eyes: ๐Ÿ˜ณ :flushed: ๐Ÿ˜Œ :relieved:
๐Ÿ˜† :satisfied: ๐Ÿ˜ :grin: ๐Ÿ˜‰ :wink:
๐Ÿ˜œ :stuck_out_tongue_winking_eye: ๐Ÿ˜ :stuck_out_tongue_closed_eyes: ๐Ÿ˜€ :grinning:
๐Ÿ˜— :kissing: ๐Ÿ˜™ :kissing_smiling_eyes: ๐Ÿ˜› :stuck_out_tongue:
@rogeraabbccdd
rogeraabbccdd / netprops.txt
Created April 18, 2018 03:28 — forked from saul/netprops.txt
CSGO Network Properties
This file has been truncated, but you can view the full file.
// Dump of all network properties for "csgo" as at 2016/08/23
//
CAI_BaseNPC (type DT_AI_BaseNPC)
Table: baseclass (offset 0) (type DT_BaseCombatCharacter)
Table: baseclass (offset 0) (type DT_BaseFlex)
Table: baseclass (offset 0) (type DT_BaseAnimatingOverlay)
Table: baseclass (offset 0) (type DT_BaseAnimating)
Table: baseclass (offset 0) (type DT_BaseEntity)
Table: AnimTimeMustBeFirst (offset 0) (type DT_AnimTimeMustBeFirst)
@rogeraabbccdd
rogeraabbccdd / Install.md
Last active March 20, 2018 11:20 — forked from juyal-ahmed/Install.md
Installing and Configuring ImageMagick on Xampp

#Steps to Install

  1. Download and Install ImageMagick https://www.imagemagick.org/script/download.php#windows 6.9 version
  2. Visit ImageMagic installation directory and module/coders copy all files and past on D:\xampp\apache\bin
  3. Download Binary https://pecl.php.net/package/imagick/3.4.3/windows latest version according to phpinfo Architectue and PHP version.
  4. Exatract and copy php_imagick.dll to D:\xampp\php\ext
  5. Add php_imagick.dll on php.ini
  6. Copy 8 CORE_*.dll to D:\xampp\apache\bin
  7. Restart Apache
  8. done and visit phpinfo