2015年10月14日 星期三

簡單來說你可以用簡單便宜的這個專案來啟發你的“無線電觀察”

https://learn.adafruit.com/freq-show-raspberry-pi-rtl-sdr-scanner/overview



想要知道你周圍有哪些無線電訊號嗎?  Software-defined radio (SDR)你可以透過 軟體感知 無線電


簡單來說你可以用簡單便宜的這個專案來啟發你的“無線電觀察” 
其他偵測硬體  HackRF 讓你可以有更大的範圍 ,
你可以簡單的使用 Raspberry Pi   RTL-SDR 做

HackRF PortaPack, ...


 much more.  
 HackRF 
在開始之前你需要下列背景能力:
Also for some inspiration on what you can do with SDR, check out these excellent presentations from previous DEF CON conferences:

播放 線上電視 網路電視 的專用 工具 http://www.sopcast.org

播放 線上電視 網路電視 的專用 工具

sopcast 包括 在 mac 可能 有毒 病毒 惡意軟體 請注意  

http://www.sopcast.org

iPhone android Windows Linux 都有

State-of-the-art P2P tech
Minimal delay
Fast buffering
Firewall and NAT traversal
Low memory and CPU load
Play with external player
Memory buffering
Self-help management

End-to-End security

http://download.sopcast.com/download/SopCastOSX-1.6.4.zip


下載之後
執行
就可以直接來這裡看了
http://mywebtv.info/discovery-channel-ro


或是你在網上看到

sop://

之類的就是可以看的連結




其他播放器

Dear XBMC/Kodi community,

I'm proud to present you the plugin I've been working on for the past 7 months. I am now happy with the way it works and the multiple platforms it supports, so this version might be considered the first stable version. This plugin is not a usual plugin, it is complex due to the intrinsic difficulty of making external closed source tools to work within xbmc/kodi. So, despite we tried to make the installation and configuration really easy and straightforward, aditional configurations might be needed from your side. Please read this post and any auxialliary material carefully!

Hope you like and enjoy it!


P2P-Streams Video addon for XBMC/Kodi


http://forum.kodi.tv/showthread.php?tid=201894



綜藝大集合 sop://59.120.43.185:3918/5275  民視新聞sop://59.120.43.185:3918/1355
非凡商業 sop://59.120.43.185:3918/1366  台視sop://198.199.109.195:3920/5696
大愛sop://198.199.109.195:3920/5697  中視sop://198.199.109.195:3920/5698
民視sop://198.199.109.195:3920/5692  國家地理sop://198.199.109.195:3920/5699
Discovery sop://198.199.109.195:3920/5700  TLC sop://198.199.109.195:3920/5701
迪士尼sop://198.199.109.195:3920/5702  momo sop://198.199.109.195:3920/5703
緯來綜合sop://198.199.109.195:3920/5704  八大第一sop://198.199.109.195:3920/5705
三立台灣sop://198.199.109.195:3920/5706  三立都會sop://198.199.109.195:3920/5707
JET sop://198.199.109.195:3920/5708  中天娛樂sop://198.199.109.195:3920/5709
緯來戲劇sop://198.199.109.195:3920/5710  壹新聞sop://198.199.109.195:3920/5711
年代sop://198.199.109.195:3920/5712  東森sop://198.199.109.195:3920/5717
中天sop://198.199.109.195:3920/5718  民視新聞sop://198.199.109.195:3920/5715
三立sop://198.199.109.195:3920/5716
TVBS新聞 停止
TVBS 停止
東森財經sop://198.199.109.195:3920/5719  非凡新聞sop://198.199.109.195:3920/5724
緯來體育sop://198.199.109.195:3920/5731  衛視體育sop://198.199.109.195:3920/5732
緯來日本sop://198.199.109.195:3920/5733
FOX SPORTSsop://198.199.109.195:3920/5734
民视無線 sop://59.120.43.185:3918/1334  民视新闻;sop://59.120.43.185:3918/1355
非凡商業台 sop://59.120.43.185:3918/1366  SBN財經台 sop://59.120.43.185:3918/1570
CN卡通 sop://59.120.43.185:3918/1867  民视綜藝 sop://59.120.43.185:3918/5275
哈電影台 sop://59.120.43.185:3918/5502  猪哥亮综藝 sop://59.120.43.185:3918/5276
華研音樂台 sop://59.120.43.185:3918/5559

有關 字串 發音 搜尋 phonetic algorithm Soundex 模糊 搜尋 演算法 自動完成


 approximate string matching
In computer science, approximate string matching (often colloquially referred to as fuzzy string searching) is the technique of finding strings that match a pattern approximately (rather than exactly). The problem of approximate string matching is typically divided into two sub-problems: finding approximate substring matches inside a given string and finding dictionary strings that match the pattern approximately







This article is about the phonetic algorithm. For the Rock n' Soul band, see the SoundEx.
Soundex is a phonetic algorithm for indexing names by sound, as pronounced in English. The goal is for homophones to be encoded to the same representation so that they can be matched despite minor differences in spelling.[1] The algorithm mainly encodes consonants; a vowel will not be encoded unless it is the first letter. Soundex is the most widely known of all phonetic algorithms (in part because it is a standard feature of popular database software such as DB2, PostgreSQL,[2] MySQL,[3] Ingres, MS SQL Server[4] and Oracle[5]) and is often used (incorrectly) as a synonym for "phonetic algorithm".[citation needed] Improvements to Soundex are the basis for many modern phonetic algorithms.[6]
Soundex是一種語音算法,利用英文字的讀音計算近似值,值由四個字符構成,第一個字符為英文字母,後三個為數字。在拼音文字中有時會有會念但不能拼出正確字的情形,可用Soundex做類似模糊匹配的效果。例如Knuth和Kant二個字符串,它們的Soundex值都是「K530」。其在電腦大師高德納名著《計算機程序設計藝術》都有詳細的介紹。

The Soundex Indexing System (U.S. National Archives and Records Administration)

有關 程式設計 的 經典 書

程式設計書
100 Most Influential Programming Books According to Stack
//-------------------------------------------------------------------------//
英文書名 : Code Complete 2nd Edition 
中文書名 : 軟體建構之道
簡體書名 : 代码大全
版本 : Code Complete, Second Edition
原著 : Steve McConnell
國家 : United States
原著語言 : English
分類 : Computer programming
第一版發布日期 :1993 (1st ed.)
第二版發布日期 :2004 (2nd ed.)
頁數 : 914 (2nd ed.)
ISBN : ISBN 978-0-7356-1967-8 (2nd ed.)
LC Class : QA75.5-76.95
軟體建構之道 (Code Complete, 2/e)
Steve McConnell 著、譚詠歸 譯
出版商 : 學貫(旗標)
出版日期 : 2007-07-30
台幣定價 : $1,200 
語言 : 繁體中文
ISBN : 9866800113
ISBN-13 : 9789866800115
//-------------------------------------------------------------------------//
英文書名 : The Pragmatic Programmer
簡體書名 : 程序员修炼之道:从小工到专家
ISBN-13: 078-5342616224
ISBN-10: 020161622X
原著 : Andrew Hunt and David Thomas, 
出版日期:October, 1999.  
//-------------------------------------------------------------------------//
英文書名 : Structure and Interpretation of Computer Programs
中文書名 : 電腦程式的構造和解釋
簡體書名 : 计算机程序的构造和解释(SICP中文第2版)
《電腦程式的構造和解釋》(Structure and Interpretation of Computer Programs, SICP)
作者是麻省理工學院的教授 Harold Abelson 、傑拉德·傑伊·薩斯曼,
此外 傑拉德·傑伊·薩斯曼 的妻子 Julie Sussman 也有參與本書的製作。 

  • 出版商 :  MIT Electrical Engineering and Computer Science
  • 頁數 :  224 pages
  • 出版日期 :  The MIT Press; second edition edition (September 15, 1998)
  • 原著語言 :  English
  • ISBN-10 :  0262692201
  • ISBN-13 :  978-0262692205
  • 版面大小 :  6 x 0.5 x 9 inches
  • 版本 :  Instructor's Manual t/a Structure and Interpretation of Computer Programs - 2nd Edition Paperback – September 15, 1998

//-------------------------------------------------------------------------//
The Art of Computer Programming, Volumes 1-4A Boxed Set 1st Edition
by Donald E. Knuth  (Author)
《電腦程式設計藝術》(The Art of Computer Programming),簡稱TAOCP,是高德納(Donald Ervin Knuth)
 //-------------------------------------------------------------------------//

Object-Oriented Programming in C++ (4th Edition) 4th Edition
by Robert Lafore (Author)
 //-------------------------------------------------------------------------//

The C Programming Language 2nd Edition
by Brian W. Kernighan  (Author), Dennis M. Ritchie (Author)  
Introduction to Algorithms, 3rd Edition 3rd Edition
by Thomas H. Cormen  (Author), Charles E. Leiserson  (Author), Ronald L. Rivest  (Author), Clifford Stein  (Author) 
Design Patterns: Elements of Reusable Object-Oriented Software 
by Erich Gamma  (Author), Richard Helm  (Author), Ralph Johnson  (Author), John Vlissides  (Author)
Refactoring: Improving the Design of Existing Code (Addison-Wesley Object Technology Series) 
by Martin Fowler  (Author), Kent Beck  (Author), John Brant (Author), William Opdyke (Author), Don Roberts (Author)
The Mythical Man-Month, Anniversary Edition: Essays On Software Engineering 
by Frederick P. Brooks Jr. (Author)
Compilers: Principles, Techniques, and Tools (2nd Edition) 2nd Edition
by Alfred V. Aho  (Author), Monica S. Lam (Author), Ravi Sethi  (Author), Jeffrey D. Ullman  (Author)
C++ Primer (5th Edition) 5th Edition
by Stanley B. Lippman  (Author), Josée Lajoie (Author), Barbara E. Moo (Author)