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
رمز نگاري با پايتون 👌👌


http://scanlibs.com/cryptography-python/
Forwarded from Programming Resources via @like
System Design Cheatsheet
راهنما جامع شامل نکات و تکنیک های طراحی سیستم های نرم افزاری

#cheatsheet #system_design #architecture
@pythony

gist.github.com/vasanthk/485d1c25737e8e72759f
Forwarded from گارد
آموزش کلاستر کردن رزبری پای


یکی از هیجان انگیز ترین کارهایی که میتوان با برد های کوچک کامپیوتری انجام داد کلاستر کردن آن‌ها است. هنگامی که شما تعدادی سیستم را کلاستر کنید میتوانید در قدرت پردازشی همه ی آن‌ها در زمانی واحد استفاده کنید و پردازش و قدرت سیستم کامپیوتری ساخته شده را به تعداد کامپیوترهای کلاستر شده افزایش دهید. در این نوشته چند قسمتی میخواهیم ۴ رزبری پای را کلاستر کنیم که در آن از ۳ عدد رزبری پای ۲ و یک عدد رزبری پای مدل B استفاده کرده‌ایم که از رزبری پای های مدل ۲ به عنوان node استفاده شده است و رزبری مدل B نیز به عنوان سیستم head node قرار داده شده است. سعی شده است تا در حد امکان کامپیوتری که میسازیم کوچک باشد....



http://digispark.ir/build-a-compact-4-node-raspberry-pi-cluster/
As the name implies, the database is also distributed by nature. In contrast with other distributed technologies it does not spread the data over the network – instead all members keep a fully synchronised copy of the data – each ‘peer’ therefore being essential in determining the integrity of every new transaction. The result is that to break into the system, this would have to happen to all members at the exact same time.

https://gospel.tech/technology/
Forwarded from سکان آکادمی
راهنمای تعاملی بوت‌استرپ 4 برای توسعه‌دهندگان وب
https://sokanacademy.com/blog/726/post
Forwarded from BigData (Golnaz Ardeshiri)
Facilitating Big Data Analysis Using Limited Computing Resources

By:
➡️ Reda Alhajj
Department of Computer Science,
the University of Calgary
CANADA

➡️ Close collaboration with the industry:
— RBC Royal Bank of Canada: Web mining, social media analysis, data allocation
— Dexterity: Charity management
— ABC FOREX: FOREX tracking and management
— GoMentor: Knowledge transfer
— Zayife & ACM: Risk and Safety
— Matching and recommendation
— Chaordix: Crowdsourcing
— Rainmaker: Saving the environment

➡️ Research driven tool development
— NetDriller
— VIREX
— AskFuzzy
— QueryBuilder
— DIMA

👇👇👇👇
Forwarded from BigData (Golnaz Ardeshiri)
4_5857280633675449030.pdf
5.3 MB
LinkPlace
https://www.youtube.com/watch?v=uyoABcfdyAA
در صورتی که مثل من بیت کوین ندارین این ویدئو ها خیلی می‌تونن دل خوشی خوبی باشن ولی اگه دارین یا می‌خواین داشته باشین بدویین برین بگیرین تا یهو فردا هشت برابر نشده
هاست مخصوص توسعه‌دهندگان
هاستهای مدرن با قابلیت ssh به هاست و دسترسی به نصب‌کننده لینوکس و نصب نیازمندیها توسط کاربر

https://www.haio.ir/
Forwarded from CodeBaz.dev (محمدرضا)
خییییییلی هم از دوستمون که این مطلبو فرستادن سپاس گزاریم و هم از نویسنده که به رایگان در اختیار گذاشته - با خیال راحت استفاده کنید
🆔 @ProgrammersFun
PyNUM.pdf
2.1 MB
The Keylogger was found embedded in the SynTP.sys file, a part of Synaptics touchpad driver that ships with HP notebook computers, leaving more than 460 HP Notebook models vulnerable to hackers.

Although the keylogger component is disabled by default, hackers can make use of available open source tools for bypassing User Account Control (UAC) to enable built-in keylogger "by setting a registry value."

https://thehackernews.com/2017/12/hp-laptop-keylogger.html?m=1
Open source workshops that teach web software skills.

https://nodeschool.io
Forwarded from Tech C**P (Alireza Hos.)
Commit part of a file in git:

You can use git add --patch <filename> (or -p for short), and git will begin to break down your file into what it thinks are sensible hunks (portions of the file). It will then prompt you with this question:
Stage this hunk [y,n,q,a,d,/,j,J,g,s,e,?]?

Here is a description of each option:
y stage this hunk for the next commit
n do not stage this hunk for the next commit
q quit; do not stage this hunk or any of the remaining hunks
a stage this hunk and all later hunks in the file
d do not stage this hunk or any of the later hunks in the file
g select a hunk to go to
/ search for a hunk matching the given regex
j leave this hunk undecided, see next undecided hunk
J leave this hunk undecided, see next hunk
k leave this hunk undecided, see previous undecided hunk
K leave this hunk undecided, see previous hunk
s split the current hunk into smaller hunks
e manually edit the current hunk

#git #patch #commit #hunk #stage #git_add #git_add_patch
Forwarded from از نگاه احسان
adminCounter.py
1.8 KB
😯 سورس کد ربات @admyab_bot که دیشب تلگرام باگ رو پچ کرد.
@PentesterSchool