w3neu.net::bookmark
タグクラウド
ピクチャーウォール
日々
RSSフィード
  • RSSフィード
  • ATOM Feed
  • Daily Feed
フィルター

ページあたりのブックマーク数

  • 20 links
  • 50 links
  • 100 links

Display

タグのないブックマークをフィルタする
結果 9 件 タグ付け script  ✕
PowerShell Scriptを実行する方法忘備(管理者権限不要) - fragmentary notes https://www.swisteria.com/posts/exec-ps/
Tue Aug 27 11:12:09 2024 archive.org
バッドノウハウの類になりそうだけど有用なので
powershell script tutorial Windows
動作中のプロセスを監視し、何らかの原因によりプログラムがダウ… - 人力検索はてな https://q.hatena.ne.jp/1257688245
Sun Aug 8 23:22:25 2021 archive.org
thumbnail
特定プログラムをゾンビ化させるvbs
monitoring process script Windows zombie
# Keygen program for Siglent oscilloscopesimport hashlib# You get this b - Pastebin.com https://pastebin.com/fygAJy6y
Fri Jul 9 23:52:21 2021 archive.org
# Keygen program for Siglent oscilloscopes

import hashlib

# You get this by running "SCOPEID?" at the SCIP prompt and removing the dashes
SCOPEID = '0000000000000000'
# Replace this with your SN
SN = 'SDS00000000000'
# This is one of the four options below
Model = 'SDS1000X-E'
# 'SDS1000X-E', 'SDS2000X-E', 'SDS2000X+', 'SDS5000X', 'ZODIAC-'

bwopt = ('25M', '40M', '50M', '60M', '70M', '100M', '150M', '200M',
         '250M', '300M', '350M', '500M', '750M', '1000M', 'MAX')
otheropt = ('AWG', 'WIFI', 'MSO', 'FLX',
            'CFD', 'I2S', '1553', 'FG', '16LA')

hashkey = '5zao9lyua01pp7hjzm3orcq90mds63z6zi5kv7vmv3ih981vlwn06txnjdtas3u2wa8msx61i12ueh14t7kqwsfskg032nhyuy1d9vv2wm925rd18kih9xhkyilobbgy'

def gen(x):
    h = hashlib.md5((
        hashkey +
        (Model+'\n').ljust(32, '\x00') +
        opt.ljust(5, '\x00') +
        2*(((SCOPEID if opt in bwopt else SN) + '\n').ljust(32, '\x00')) +
        '\x00'*16).encode('ascii')
    ).digest()
    key = ''
    for b in h:
        if (b <= 0x2F or b > 0x39) and (b <= 0x60 or b > 0x7A):
            m = b % 0x24
            b = m + (0x57 if m > 9 else 0x30)
        if b == 0x30:
            b = 0x32
        if b == 0x31:
            b = 0x33
        if b == 0x6c:
            b = 0x6d
        if b == 0x6f:
            b = 0x70
        key += chr(b)
    return key.upper()

for opt in bwopt:
    print('{:5} {}'.format(opt, gen(SCOPEID)))
for opt in otheropt:
    print('{:5} {}'.format(opt, gen(SN)))
hack oscilloscope python script Siglent tutorial
AkiCart http://aki.prioris.jp
Sun Jun 5 07:12:20 2016 archive.org
秋月webサイトでの買い物がはかどるかも知れない...!
freeUse script service shop web
eagle-lbr2kicad-0.9d.ulp http://www.modulbot.com/download/eagle-lbr2kicad-0.9d.ulp
Mon Jun 9 23:22:29 2014 archive.org
EagleライブラリをKiCadライブラリへ変換するためのULP
CAD Eagle export freeUse generator KiCAD library script
CircuitBee - Eagle Import http://www.circuitbee.com/help/eagleimport
Mon Jun 9 23:21:55 2014 archive.org
回路図中の全シンボルを含んだKiCad向けライブラリを生成してくれるEagleのULP。
CAD Eagle export freeUse generator KiCAD library script
[JS]めちゃめちゃ小さいMP3プレイヤーのスクリプト -1 Bit Audio Player | コリス http://coliss.com/articles/build-websites/operation/javascript/js-1bit-audio-player.html
Mon Feb 15 06:21:03 2010 archive.org
極小サイズの埋め込み用mp3プレーヤ
embedded Flash openSource player script
convmv - converts filenames from one encoding to another http://j3e.de/linux/convmv/man/#how_to_repair_samba_files
Fri Sep 4 06:00:24 2009 archive.org
ファイル名の文字コードを変更するのに便利なツール。MacOSから届いたzipのファイル名が化け化けだったらサーバに投げてコレでターミナルから一括処理してやればOK
character converter encode openSource script
Open Tech Press | CLIマジック:ANSIエスケープシーケンスを使って端末に時計を表示する http://opentechpress.jp/developer/article.pl?sid=08/01/24/0158202&from=rss
Fri Jan 25 18:08:58 2008 archive.org
X端末に時計を表示するためのシェルスクリプトの作り方。
commandLine cui script shell tutorial
5797 links