- 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 `
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Put your map list here | |
de_vertigo | |
cs_italy | |
de_inferno | |
cs_office | |
de_mirage | |
de_ancient | |
de_nuke | |
de_anubis | |
de_overpass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url(https://cdn.jsdelivr.net/npm/firacode@6.2.0/distr/fira_code.css); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |
- ไธ่ผ Composer
- ๅๆๅฐ htdocs
cd /d I:\xampp\htdocs
- ไธ่ผ Laravel
composer create-project --prefer-dist laravel/laravel laravel
- ็ถฒ้ ่ทฏๅพ็บ
People
![]() :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: |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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) |
#Steps to Install
- Download and Install ImageMagick https://www.imagemagick.org/script/download.php#windows 6.9 version
- Visit ImageMagic installation directory and module/coders copy all files and past on D:\xampp\apache\bin
- Download Binary https://pecl.php.net/package/imagick/3.4.3/windows latest version according to phpinfo Architectue and PHP version.
- Exatract and copy php_imagick.dll to D:\xampp\php\ext
- Add php_imagick.dll on php.ini
- Copy 8 CORE_*.dll to D:\xampp\apache\bin
- Restart Apache
- done and visit phpinfo
NewerOlder