Skip to content

Instantly share code, notes, and snippets.

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

Schmidt Cristian Hernán schcriher

🏠
Working from home
View GitHub Profile
@schcriher
schcriher / delete_nppdf32Log.py
Created November 9, 2013 17:48
Parche para al archivo "nppdf.so"
#!/usr/bin/env python3
#-*- coding: utf-8 -*-
#
# Copyright (C) 2013 Cristian Hernán Schmidt <schcriher@gmail.com>
#
# delete_nppdf32Log.py is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
@schcriher
schcriher / Ecuaciones.py
Last active December 27, 2015 20:49
Envoltura de scipy.optimize.fsolve para sistemas de ecuaciones mas "idiomáticas"
#!/usr/bin/env python3
#-*- coding: utf-8 -*-
#
# Copyright (C) 2013 Cristian Hernán Schmidt <schcriher@gmail.com>
#
# Ecuaciones.py is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#