This file contains 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
#include <YSI_Data\y_hashmap> | |
#define MAX_MOCK_FUNCTIONS 100 | |
#define MAX_FUNCTION_CALLS 100 | |
#define MAX_FUNCTION_NAME 32 | |
#define MAX_FUNCTION_PARAMS_VALUE 2048 | |
enum MockFunctionCallMap | |
{ | |
FunctionName[MAX_FUNCTION_NAME], |
This file contains 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
/** | |
* Requirements: | |
* - NodeJS 12+ | |
* | |
* Instructions: | |
* - To get whatsapp group messages file, first go to the group in whatsapp, then select "export chat" option. | |
* Retrieve the file from your phone and put it somewhere in your computer. | |
*/ | |
const fs = require('fs'); |
This file contains 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
<html> | |
<body> | |
<script type="text/javascript"> | |
/** | |
* To get whatsapp group messages file, first go to the group in whatsapp, then select "export chat" options. | |
* Retrieve the file from your phone and put it in the same directory as this .html file. | |
*/ | |
const fileName = prompt('Enter whatsapp group messages backup file, without extension (txt).\n\nPS: File must be in same directory as this file.', '_chat'); | |
const data = fetch(fileName + '.txt', { mode: 'no-cors' }) |
This file contains 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
[ | |
{ | |
"IdBank": 1, | |
"Code": "001", | |
"Name": "BANCO DO BRASIL", | |
"CreatedAt": "2017-04-19 15:52:42.400", | |
"UpdatedAt": null, | |
"DeletedAt": null, | |
"IsDeleted": false | |
}, |
This file contains 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
<?php | |
$forceUpdate = ($argv[1] === 'force'); | |
if ($forceUpdate) { | |
echo "Resetando arquivos que serão mantidos...\n"; | |
} | |
$veiculosRemovidos = 0; | |
foreach (vars() as $folder => $exts) { | |
foreach ($exts as $ext => $vars) { |
This file contains 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 { DirectoryEntry, File, FileEntry } from '@ionic-native/file'; | |
import * as async from 'async'; | |
import { BehaviorSubject } from 'rxjs/BehaviorSubject'; | |
import { Observable } from 'rxjs/Observable'; | |
import { ReplaySubject } from 'rxjs/ReplaySubject'; | |
import 'rxjs/add/observable/throw'; | |
import { from } from 'rxjs/observable/from'; | |
const VIDEO_INFO_STORAGE_KEY = 'JBRJ-VIDEO-INFO-'; | |
const FILE_CHUNK_SIZE = 50000000; // 50mb |
This file contains 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
version: "3" | |
services: | |
rediscollab: | |
image: padraoix/redis | |
environment: | |
REDIS_TYPE: master | |
REDIS_CLUSTER: 'no' | |
deploy: |
This file contains 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
{ versions: { core: '0.3 beta', net: 1 }, | |
config: | |
{ maxplayers: 50, | |
name: '[:.:.Brazuca\'s Server.:.:] Minigames', | |
gamemode: 'minigames', | |
streamdistance: 500, | |
announce: true, | |
port: 22005, | |
password: 'changeme', | |
'max-ping': 200, |
This file contains 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
/** | |
* How to run: | |
* | |
* 1. Open Google Chrome. | |
* 2. Open SA-MP forums url (http://forum.sa-mp.com/forumdisplay.php) | |
* 3. Open browser's console (Windows: ctrl + shift + i, MacOS: command + shift + i). | |
* 4. Copy & Paste this script in the console. | |
* 5. Hit enter to run the code. | |
* 6. Follow instructions shown. | |
* |
This file has been truncated, but you can view the full file.
This file contains 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
1º: CuervO | Contributions: 6 | Views: 2413373 | Answers: 8342 | |
Contributions: | |
FilterScript: | |
Advanced Inventory/Object Managament Script (DayZ Themed) [SQL;Dynamic;Beta] | Answers: 60 | Views: 24399 | |
Spotlight for Helicopters [0.3c] | Answers: 32 | Views: 14345 | |
Live Map Editor [DINI/ZCMD] | Answers: 29 | Views: 10998 | |
Nanosuit | Answers: 6 | Views: 1490 | |
GameMode: | |
[GM] Raven's Roleplay [2.5b] | Answers: 8069 | Views: 2324131 | |
Team Fortress 2 | Answers: 146 | Views: 38010 |
NewerOlder