This file contains hidden or 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
#!/bin/bash | |
# author: Maciej Suminski <[email protected]> | |
# contributors: madworm | |
SNAPSHOT_REV="99a20162d5038a328d335d11da69c9eee0549fdc" | |
SNAPSHOT_GIT="git://git.code.sf.net/p/ngspice/ngspice" | |
BUILD_DIR="/tmp/libngspice_so" | |
SRC_DIR="${BUILD_DIR}/ngspice" |
This file contains hidden or 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
#!/bin/bash | |
# author: Maciej Suminski <[email protected]> | |
# contributors: madworm | |
SNAPSHOT_REV="99a20162d5038a328d335d11da69c9eee0549fdc" | |
SNAPSHOT_GIT="git://git.code.sf.net/p/ngspice/ngspice" | |
BUILD_DIR="/tmp/libngspice_so" | |
SRC_DIR="${BUILD_DIR}/ngspice" |
This file contains hidden or 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
#------------------------------------------------------------------------------ | |
# AUTOVACUUM PARAMETERS | |
#------------------------------------------------------------------------------ | |
#autovacuum = on # Enable autovacuum subprocess? 'on' | |
# requires track_counts to also be on. | |
log_autovacuum_min_duration = 0 # -1 disables, 0 logs all actions and | |
# their durations, > 0 logs only | |
# actions running at least this number | |
# of milliseconds. |
This file contains hidden or 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
<?xml version='1.0' encoding='UTF-8'?> | |
<eveapi version="2"> | |
<currentTime>2015-05-20 03:05:44</currentTime> | |
<error code="0">General Error: Scotty the docking manager heard you were talking shit about him behind his back and refuses to service your request.</error> | |
<cachedUntil>2015-05-20 04:05:44</cachedUntil> | |
</eveapi> |
This file contains hidden or 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
---------------------------------------------------------------------- | |
# Processor module template script | |
# (c) Hex-Rays | |
import sys | |
import idaapi | |
from idaapi import * | |
# define RAM starting at 18000h of size 100h | |
# define ROM starting at 0 of size 12100h |