0x90 ========================= https://github.com/omerjerk/i8080-emu ========================= sudo apt install xfce4 xfce4-goodies tightvncserver vncserver vncserver -kill :1 mv ~/.vnc/xstartup ~/.vnc/xstartup.bak nano ~/.vnc/xstartup #!/bin/bash xrdb $HOME/.Xresources startxfce4 & chmod +x ~/.vnc/xstartup vncserver or vncserver -geometry 1920x1080 :1 netstat -tlnp ========================= opkg update opkg install luci ========================= sudo apt-get install raspberrypi-kernel-headers ========================= netsh wlan show profiles netsh wlan show profile "xxxxx" key=clear ========================= table + xls https://www.jqwidgets.com/ https://handsontable.com/ https://www.datatables.net/ http://demos.shieldui.com/web https://github.com/mleibman/SlickGrid/wiki/Examples http://trirand.com/blog/jqgrid/jqgrid.html http://fooplugins.github.io/FooTable/index.html ========================= Z80 ATMEGA32 74HC00 74HC74 ========================= ========================= Patchset 19 updates Oracle Forms and Reports 6i to version 6.0.8.28.0. ========================= 74LS165A PARALLEL-LOAD 8-BIT SHIFT REGISTERS Complementary Outputs Direct Overriding Load (Data) Inputs Gated Clock Inputs Parallel-to-Serial Data Conversion TYPE TYPICAL MAXIMUM CLOCK FREQUENCY TYPICAL POWER DISSIPATION ’165 26 MHz 210 mW ’LS165A 35 MHz 9 ========================= 74HCT238 3-to-8 Decoder 74673: 16-bit SISO posuvný register s výstupným registrom, 3-stavové výstupy 74674: 16-bit PISO posuvný register s 3-stavovými výstupmi 74HC/HCT166 8-bit parallel-in/serial-out shift register 74F543 - PIPO 74HC166 - PISO 4 Bit Universal Shift Register the 74hc164 Shift Register ========================= MCP23008/MCP23S08 8-Bit I/O Expander with Serial Interface High-speed SPI interface (MCP23S08) - 10 MHz The SPI bus specifies four logic signals: SCLK: Serial Clock (output from master) MOSI: Master Output Slave Input, or Master Out Slave In (data output from master) MISO: Master Input Slave Output, or Master In Slave Out (data output from slave) SS: Slave Select (often active low, output from master) ========================= MCP23017/MCP23S17 16-Bit I/O Expander with Serial Interface ========================= The MAX7311 2-wire-interfaced expander provides 16-bit parallel input/output (I/O) port PCF8575 (ACTIVE) Remote 16-Bit I2C and SMBus I/O Expander with Interrupt Output ========================= How to get it to say something in BASIC: (464) Type a$="something":|say,@a$ and press Enter (664/6128) Type |say,"something" and press Enter ========================= IDC50 Male/Female IDC34 Male/Female Connector Card Edge IDC 34 Female PCB edge ========================= CP/M is logically divided into several distinct parts: BIOS (Basic I/O System), hardware-dependent BDOS (Basic Disk Operating System) CCP (Console Command Processor) TPA (Transient Program Area) SYSTEM FORMAT 9 sectors per track numbered #41 to #49. 2 reserved tracks. The system format is the main format supported, since CP/M can only be loaded (cold and warm boot) from a system format disc. The reserved tracks are used as follows: Track 0 sector #41: boot sector. Track 0 sector #42: configuration sector. Track 0 sectors #43.. #47 unused. Track 0 sectors #48.. #49 and track 1 sectors #41.. #49: CCP and BDOS. Note: 'VENDOR' format is a special version of system format which does not contain any software on the two reserved tracks. It is intended for use in software distribution. ========================= Quick Shot 9 PIN joystick Joystick GunShot GS-128D - autofire Joystick GunShot GS-123D Cheetah 125+ Joystick QuickShot I QuickShot II Spectravideo 318-102 ========================= The Atmel® AT27C256R is a low-power, high-performance, 262,144-bit, one-time programmable, read-only memory (OTP EPROM) organized as 32K by 8 bits. It requires only one 5V power supply in normal read mode operation. Any byte can be accessed in less than 45ns, eliminating the need for speed reducing WAIT states on high-performance microprocessor systems. DIP28 27c256-120T, existuje ešte lepšie riešenie - použiť čip W27c256 od Winbond, jedná sa vlastne o EEPROM určený práve k náhrade EPROM I have taken a look at the 27cxx (UV EPROM) chips datasheets and compared to the 28cxx (EEPROM) and 29cxx (flash) ones. what is a replacement for 27C256 Eprom 28c256 it works but too slow when programming. 29f256 should work fine 27C256 = 3 EUR EPROM - 70 ns 28C256 = 11 EUR EEPROM - 150 ns 29C256 = FLASH - 90 ns no DIP ========================= /sbin/mkfs.msdos -C imagefile.img 1440 sudo mkdir /media/floppy1/ sudo mount -o loop imagefile.img /media/floppy1/ sudo umount /media/floppy1/ dd bs=512 count=2880 if=/dev/fda of=imagefile.img ========================= netsh wlan show profiles netsh wlan show profile name="ProfileName" key=clear netsh wlan export profile folder=. key=clear netsh wlan export profile key=clear @echo off for /f "tokens=4 delims=: " %%A in ('netsh wlan show profiles') do ( for /f "tokens=2,* delims=: " %%B in ('netsh wlan show profiles "%%A" key^=clear ^| find /i "Key Content" ') do set "pw=%%C" ) echo "%pw%" pause ========================= http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Install.aspx ========================= Since Notepad++ Version 6 you can use this regex in the search and replace dialogue: ^(.*?)$\s+?^(?=.*^\1$) and replace with nothing. This leaves from all duplicate rows the last occurrence in the file. No sorting is needed for that and the duplicate rows can be anywhere in the file! You need to check the options "Regular expression" and ". matches newline": ========================= sudo dpkg-reconfigure console-setup http://www.raspberrypi-spy.co.uk/2015/06/basic-temperature-logging-to-the-internet-with-raspberry-pi/ ========================= #channel hopping by htons139 clear for (( i = 1 ; i <= 11; i++ )) # channels range do iwconfig eth1 channel $i tput cup 0 40 # row 0 and column 40 is used to show channel echo -n "channel set to" $i " " # put channel on screen sleep 0.1 # stay on the channel for 1/10 seconds just like kismet if [ $i -eq 11 ] then i=1 fi done ========================= wget http://linux.gungoos.com/mdk3-v6.tar.gz tar xvzf mdk3-v6.tar.gz cd mdk3-v6 Now get patch and patch Makefile: sudo apt-get install patch wget http://linux.gungoos.com/mdk3-v6.patch patch Makefile < mdk3-v6.patch rm mdk3-v6.patch Now install mdk3: sudo make sudo make install netsh wlan show profile name="ADB-14124" key=clear