Skip to content

Instantly share code, notes, and snippets.

View didiraja's full-sized avatar
👨‍💻

Dico Didiraja didiraja

👨‍💻
View GitHub Profile
@st4rdog
st4rdog / msi-afterburner-undervolt-how-to.md
Last active July 20, 2026 21:17
MSI Afterburner Voltage Curve Editor Tutorial - Undervolt

Tutorial

  • Start at default curve.
  • Ctrl-click-drag any point in right-half to bend it until a point intersects with desired mhz/voltage.
  • Select point and adjust to perfection using shift-up-down.
  • Shift-click-drag empty space and select points (including selected point) on the right. Selected point should be left-most point.
  • Shift-Enter twice to flatten all points in selection area. They will flatten to match the selected point.
  • Adjust if required.

Controls

@RamKromberg
RamKromberg / RS_ASIO-log.txt
Created July 10, 2020 00:58
Rocksmith 2014 Edition Remastered with mdias/rs_asio 0.5.2 using SuZhou UTECK's Guitar-Cube Chord A on Windows 10 x64 2020-07-10
0.000 [INFO] - Wrapper DLL loaded (v0.5.2)
0.000 [INFO] PatchOriginalCode
0.485 [INFO] Patching CoCreateInstance
0.485 [INFO] Patch_CallAbsoluteAddress - num locations: 5
0.485 [INFO] Patching call at 01C5AA85
0.485 [INFO] Patching call at 01F03B6E
0.485 [INFO] Patching call at 01F5C681
0.485 [INFO] Patching call at 01FAEF75
0.485 [INFO] Patching call at 01FAF40D
0.485 [INFO] Patching PortAudio MarshalStreamComPointers
@bmaupin
bmaupin / free-database-hosting.md
Last active September 3, 2026 08:59
Free database hosting
@davidalves1
davidalves1 / javascriptreact.json
Last active October 5, 2018 21:33
VS Code React Snippets
{
"React_Base_Component": {
"prefix": "rbc",
"body": [
"import React from \"react\";",
"import PropTypes from \"prop-types\";",
"\nimport style from \"./style.css\";\n",
"class $1 extends React.Component {",
"\tconstructor() {",
"\t\tsuper();",
@bmaupin
bmaupin / free-backend-hosting.md
Last active September 3, 2026 18:41
Free backend hosting
@dianjuar
dianjuar / Install update WordPress puglins directly.md
Last active March 9, 2026 14:09
Install update WordPress plugins without providing ftp access

Install WordPress plugins directly (without FTP)

Put this on your wp-config.php

/* That's all, stop editing! Happy blogging. */
define('FS_METHOD', 'direct');
@davidalves1
davidalves1 / problema-gulp.md
Last active June 4, 2019 15:56
Resolver problema "Failed to load external module babel-core/register"

Problema

Ao executar o gulp em um projeto, é exibido o erro:

$ gulp
[19:55:52] Failed to load external module babel-register
[19:55:52] Requiring external module babel-core/register
...
" Make IE Better Compatible "
<!--[if IE]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
======================================================
IE6 Only
==================
_selector {...}
@nicktoumpelis
nicktoumpelis / repo-rinse.sh
Created April 23, 2014 13:00
Cleans and resets a git repo and its submodules
git clean -xfd
git submodule foreach --recursive git clean -xfd
git reset --hard
git submodule foreach --recursive git reset --hard
git submodule update --init --recursive
@faffyman
faffyman / idletimeout.js
Created March 28, 2012 19:34
JavaScript User Idle Timeout script.
// Define some global vars for our idle timer
var idleTime = 0;
var countdown = 10;
var idlemin = 10;
var idlemax = 20;
//
//
// you need to define your own HTML and css styles for the warning message and fade layer.
// the warning message goes in a div with the ID #idlewarn