LinkPlace
152 subscribers
262 photos
32 videos
103 files
3.43K links
يه جایی که
لينكایی كه به نظرمون باحاله رو به اشتراک ميذاريم؛ از پروگرمينگ تا نجوم و ...! بقيه هم استفاده كنن و منبع های بیشتری در اختیارشون قرار بگیره

a place for sharing our researchs links to use them again and for others to have with more sources
Download Telegram
a robot for save videos and images of instagram

@InstaBot
A website for parsing a command and explaining each argument using the man pages. Found on /r/InternetIsBeautiful and I thought you guys might be interested.
#DZ
https://explainshell.com
Open source hardware platform for making an electric car :
osvehicle.com
I'm pretty sure this is much better than my friend's idea of making a stupid drone!
ok
let's make a stupid self driving car !!
DES Algorithm
language : Persian

یك الگوریتم متقارن از یك كلید برای رمزنگاری و ازهمان کلید برای رمزگشایی استفاده می‌كند. بیشترین شكل استفاده از این نوع رمزنگاری كه در كارتهای هوشمند و البته در بیشتر سیستمهای امنیت اطلاعات وجود دارد Data Encryption Algorithm یا DEA است كه بیشتر بعنوان DESشناخته می‌شود.
https://security.itpro.ir/articles/347/%D8%A7%D9%85%D9%86%DB%8C%D8%AA-%D8%AF%D8%A7%D8%AF%D9%87-%D9%87%D8%A7-%D9%82%D8%B3%D9%85%D8%AA-%D8%B3%D9%88%D9%85-%D8%A7%D9%84%DA%AF%D9%88%D8%B1%DB%8C%D8%AA%D9%85-%D9%87%D8%A7%DB%8C-%D8%B1%D9%85%D8%B2%D9%86%DA%AF%D8%A7%D8%B1%DB%8C
LinkPlace
A toolkit for making real world machine learning and data analysis applications in C++ https://github.com/davisking/dlib
http://dlib.net
Dlib is a modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ to solve real world problems. It is used in both industry and academia in a wide range of domains including robotics, embedded devices, mobile phones, and large high performance computing environments.
What is Fuzzy Logic
مي‌پرسم <هوا ابري است يا آفتابي؟>
پاسخ مي‌دهي: نيمه‌ابري
مي‌پرسم <آيا همه آنچه كه ديروز به من گفتي، راست بود؟>
پاسخ مي‌دهي: بيشتر آن حقيقت داشت. ما در زندگي روزمره بارها از منطق فازی استفاده مي‌كنيم.
واقعيت اين است كه دنياي صفر و يك، دنيايي انتزاعي و خيالي است. به ندرت پيش مي‌آيد موضوعي صددرصد درست يا صددرصد نادرست باشد؛ زيرا در دنياي واقعي در بسياري از مواقع، همه‌چيز منظم و مرتب سرجايش نيست.
http://autoir.ir/fa/%D9%85%D9%86%D8%B7%D9%82-%D9%81%D8%A7%D8%B2%DB%8C-fuzzy-logic-%DA%86%DB%8C%D8%B3%D8%AA%D8%9F/
The following are common Microsoft Windows network commands:
ipconfig
netstat
tracet
ping
pathping
telnet
ftp
route
arp
nslookup
nbtstart
netsh
getmac

http://whirlpool.net.au/wiki/windows_nw_diag_cmds
Find All Active/Used IP Addresses on Your Network

FOR /L %i IN (1,1,254) DO ping -n 1 192.168.10.%i | FIND /i "Reply"


Change 192.168.10 to match you own network.