Skip to content

Instantly share code, notes, and snippets.

View tr1ten's full-sized avatar
🏠
Working from home

Shubh tr1ten

🏠
Working from home
View GitHub Profile
@MonkeyDo
MonkeyDo / form-review.md
Last active March 28, 2022 09:15
Unified form review

Review of the Unified creation form mockups [GSoC project by Shubh]

https://www.figma.com/file/iDju7gP663mwVYyuyKIa6A/Unified-form-v2?node-id=0%3A1

First of all, I want to say two main things: a) I really appreciate the clean mockups you are putting out. It’s very useful for us to visualize and discuss the details (and later on to implement the components), but also it’s very nice and clean too look at which I appreciate. b) There’s inevitably going to a lot of back and forth in preparation for this project, but I like what you’ve been making so far and I’m confident you can crack that tough problem !

Without further ado, some high-level feedback

Advanced Dynamic Programming
For Reading
Commonly Used DP state domains : http://apps.topcoder.com/forums/?module=Thread&threadID=697369&start=0
General Aspects of DP : http://apps.topcoder.com/forums/?module=Thread&threadID=700080&start=0
Optimizing DP solutions : http://apps.topcoder.com/forums/?module=Thread&threadID=697925&start=0
@dnmodder
dnmodder / fixcontroller.py
Last active March 10, 2024 14:25
This script should no longer be necessary thanks to the latest changes made to the master branch of the xpad [https://github.com/paroj/xpad] driver, please give it a try and report any regressions you find.
#!/usr/bin/env python3
import os
import sys
try:
import usb.core
import usb.util
except ImportError:
#!/bin/bash
iatest=$(expr index "$-" i)
#######################################################
# SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me
#######################################################
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc