Friday, September 29, 2017
Thursday, September 28, 2017
White Noise with HTML5 Audio API - COUNTER SURVEILLANCE
window.AudioContext = (window.AudioContext ||
window.webkitAudioContext ||
window.mozAudioContext)
context = new AudioContext()
osc = context.createOscillator()
noiseGain = 0
whiteNoise = context.createScriptProcessor(4096, 1, 1)
whiteNoise.onaudioprocess = (ev)->
output = ev.outputBuffer.getChannelData(0)
for i in [0...whiteNoise.bufferSize]
output[i] = noiseGain * (Math.random() * 2 - 1)
$("#noise").click ->
$(@).val if noiseGain is 1 then "on" else "off"
noiseGain = 1 - noiseGain
osc.connect(whiteNoise)
whiteNoise.connect(context.destination)
https://codepen.io/koheishingai/pen/yOMVxe
window.webkitAudioContext ||
window.mozAudioContext)
context = new AudioContext()
osc = context.createOscillator()
noiseGain = 0
whiteNoise = context.createScriptProcessor(4096, 1, 1)
whiteNoise.onaudioprocess = (ev)->
output = ev.outputBuffer.getChannelData(0)
for i in [0...whiteNoise.bufferSize]
output[i] = noiseGain * (Math.random() * 2 - 1)
$("#noise").click ->
$(@).val if noiseGain is 1 then "on" else "off"
noiseGain = 1 - noiseGain
osc.connect(whiteNoise)
whiteNoise.connect(context.destination)
https://codepen.io/koheishingai/pen/yOMVxe
Wednesday, September 27, 2017
why? why do they detect fake ??? because of the iris on the picture you replaced...you need this code...read the input image you just scanned
First, select an input image clicking on "Select image".
% Then you can
% - add this image to database (click on "Add selected image to database"
% - perform iris recognition (click on "Iris Recognition" button)
% Note: If you want to perform iris recognition database has to include
% at least one image.
% If you choose to add image to database, a positive integer (iris ID) is
% required. This posivive integer is a progressive number which identifies
% a person (each person corresponds to a class).
% For example:
% - run the GUI (type "irisrecognition" on Matlab command window)
% - delete database (click on "Delete Database")
% - add "iris_mike1.jpg" to database ---> the ID has to be 1 since Mike is the first
% person you are adding to database....
https://github.com/Matlab-Biometric-recognition/Iris-Biometric-Recognition-With-Genetic-Algorithms
Subscribe to:
Posts (Atom)
Ambassador @EmbaixadaRusPt URGENT INTEL the guy hedge fund is stable wontget higher to convince investors until end of the day @realDonaldTrump desesperate either help friends either stay with some cents @USTreasury @POLITICOEurope @ecb @FT @WSJ @EUCouncil @DeptofDefense
https://www.mediaite.com/news/billionaire-trump-backer-bill-ackman-skewers-howard-lutnicks-glaring-conflict-of-interest-he-profits-when-ou...
