Skip to content

Instantly share code, notes, and snippets.

@segg21
segg21 / Skins_Objects.json
Last active May 15, 2024 15:48
300+ Array/Object list of Rust Skins Per Item. (Non Accepted Skins)
{
"fun.guitar": [
1287805625,
814874910,
1186248895,
1196457681,
937928933,
843572627,
877194688,
843693036,
@segg21
segg21 / Skins.json
Last active March 8, 2023 07:53
300+ Rust Skins Per Item for Skins Plugin (Non Accepted Skins)
{
"Command": "skin",
"Skins": [
{
"Item Shortname": "fun.guitar",
"Skins": [
1287805625,
814874910,
1186248895,
1196457681,
@TheDevMinerTV
TheDevMinerTV / Skins.json
Last active July 7, 2024 15:23
Rust skins automatically updated!
{
"Command": "skin",
"Skins": [
{
"Item Shortname": "fun.guitar",
"Skins": [
0,
809801196,
826914904,
809938266,
@segg21
segg21 / Route.php
Last active August 24, 2018 08:01
Simple routing php
<?php
/*
\| Route/PHPRouting101
\| @author => LegitSoulja
\| @copyright => LegitSoulja
\| @license => Apache
\| @source => https://gist.github.com/LegitSoulja/ae1c56af0999be898dee1ec5ced6318c
\| @source => https://github.com/LegitSoulja/PHPRouting101
*/
/*
@derofim
derofim / source.cpp
Created February 11, 2016 11:30
SDL2 circle Drawing_and_Filling_Circles
// emcc source.cpp -s USE_SDL=2 -s FULL_ES2=1 --preload-file res/img -o publish\emsripten\index.html -O2 -s ALLOW_MEMORY_GROWTH=1 -s USE_SDL_IMAGE=2 -s SDL2_IMAGE_FORMATS="['png']" -std=c++11
// Ported SDL2 : http://content.gpwiki.org/index.php/SDL:Tutorials:Drawing_and_Filling_Circles
#include <chrono>
#include <thread>
#include <future>
#include <SDL.h>
#include <stdio.h>
#include <string>
#ifdef __EMSCRIPTEN__
#include <emscripten.h>
@jameshartig
jameshartig / gist:2357002
Created April 11, 2012 04:55
Get MP3 bit rate and sample rate in PHP
//returns an assoc array with bitRate (kbps) and sampleRate (hz)
function getMP3BitRateSampleRate($filename)
{
if (!file_exists($filename)) {
return false;
}
$bitRates = array(
array(0,0,0,0,0),
array(32,32,32,32,8),