Skip to content

My tech notes

My tech notes

  • Home
  • About this blog
  • WordPress useful links
Arduino electronics RPi

raspberry-pi-and-arduino-connected-serial-gpio

michael April 9, 2017

https://oscarliang.com/raspberry-pi-and-arduino-connected-serial-gpio/

Linux RPi

Image Your Hard Drive using dd | LinuxWebLog.com

michael April 9, 2017

Image Your Hard Drive using dd | LinuxWebLog.com Link Pipe the DD output to gz to save space

frameworks

cakephp save to single field single row

michael March 9, 2017

from http://stackoverflow.com/questions/3615827/how-do-i-update-1-field-in-cakephp $this->Event->id = $id; $this->Event->saveField(’is_featured’, true);

php programming

cakephp fast find field

michael March 7, 2017

$this->loadModel(’Company’); $this->Company->id = $company_id; $company_name = $this->Company->field(’name’);

Uncategorized

Tell another server to run a shell script

michael December 19, 2016

ssh user@xxx.xxx.xxxx.xxx ./myscript.sh $para

programming python

Python readline like function

michael December 18, 2016

raw_input() If the prompt argument is present, it is written to standard output without a trailing newline. The function then reads a line from input, converts it to a string…

software video

Synchronizing Video on Multiple PCs Using Adobe Director

michael December 18, 2016

http://www.bitstormweb.com/tools-resources/synchronizing-video-on-multiple-pcs-using-adobe-director.html

Mac video

Miro has ffmpeg in it you can use

michael December 17, 2016

Download Miro video converter and install it into you applications folder. open a terminal and type (withour the quotes): “cd /Applications/Miro Video Converter.app/Contents/Resources”

Mac video

Convert movie to iMovie ProRes format

michael December 17, 2016

link ffmpeg -i input.mov -vcodec prores -profile:v NUMBER -an output.mov imovie audio: Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 129 kb/s this one works: ffmpeg -i /Users/aaa/soccer/takes/video_01_03.MTS -vcodec…

mysql

Delete duplicate db records

michael November 28, 2016

DELETE n1 FROM `memehk_scan` n1, `memehk_scan` n2 WHERE n1.id > n2.id AND n1.youtube_code = n2.youtube_code learn from SOF

Posts pagination

1 2 3 4 … 14

« Previous Page — Next Page »

Categories

  • applescript
  • Arduino
  • audio
  • css
  • electronics
  • frameworks
  • hardware
  • html
  • javascript
  • Linux
  • Mac
  • mysql
  • php
  • programming
  • python
  • RPi
  • software
  • Synology_nas
  • Uncategorized
  • video

My tech notes

Copyright © All rights reserved | Blogus by Themeansar.