Computer Game Development แแญแ แจแฎแแแฉแฐแญ แจแแณ แตแซ แจแแแแ แแแตแ แแ แค แจแแณ/แแ แฅแซแฑ แแแตแแ? แฅแแดแตแต แแ แจแแฐแซแ?
Join แ แแแต แฐแ แแ แญแแ
Join แ แแแต แฐแ แแ แญแแ
-----------------------------------------------------
โณ๏ธHow to enable/disable USB write protectionโณ๏ธ
-----------------------------------------------------
๐ If you are experiencing an issue of saying write protected when transfer, delete,edit a file to ur usb device or if u want to keep ur usb device safe from damage or viruses here is a solution
1,๐ Type regedit on start menu search and open it as administrator
2,๐ Browse the following path:
HKEY_LOCAL_MACHINE\SYSTEM
\CurrentControlSet\Control
3,๐ Right-click the Control (folder) key, select New, and click on Key.
4,๐ Name the new key as "StorageDevicePolicies"
and press Enter
5,๐ Select the newly created key, and right-click on the right side, select New, and click on DWORD (32-bit) Value
6,๐ Name the new DWORD as "WriteProtect" and press Enter
7,๐ Double-click the newly created DWORD and change its value from 0 to 1 to enable write protection or change the value from 1 to 0 to disable write protection and click ok
8,๐ finally, simply restart your system, and then reconnect your USB pen drive to the computer
โณ๏ธHow to enable/disable USB write protectionโณ๏ธ
-----------------------------------------------------
๐ If you are experiencing an issue of saying write protected when transfer, delete,edit a file to ur usb device or if u want to keep ur usb device safe from damage or viruses here is a solution
1,๐ Type regedit on start menu search and open it as administrator
2,๐ Browse the following path:
HKEY_LOCAL_MACHINE\SYSTEM
\CurrentControlSet\Control
3,๐ Right-click the Control (folder) key, select New, and click on Key.
4,๐ Name the new key as "StorageDevicePolicies"
and press Enter
5,๐ Select the newly created key, and right-click on the right side, select New, and click on DWORD (32-bit) Value
6,๐ Name the new DWORD as "WriteProtect" and press Enter
7,๐ Double-click the newly created DWORD and change its value from 0 to 1 to enable write protection or change the value from 1 to 0 to disable write protection and click ok
8,๐ finally, simply restart your system, and then reconnect your USB pen drive to the computer
AI Programming via @like
๐ฑ Is there a difference between programming and coding ? ๐ค
Yesโ๏ธ Noโ
Yesโ๏ธ Noโ
แขแต แแฃแจแญ!
แฅแแณแ แ1440แแ แจแขแต-แ แ-แ แตแ / แแจแ แ แแ แ แฐแแ แ แฐแจแณแฝแ!
โโโโโโโโโ
AI Programming @freecodecs
แฅแแณแ แ1440แแ แจแขแต-แ แ-แ แตแ / แแจแ แ แแ แ แฐแแ แ แฐแจแณแฝแ!
โโโโโโโโโ
AI Programming @freecodecs
-----------------------------------------------------
W3Schools
------------------------------------------------------
is an educational website for learning web technologies online. Content includes tutorials and references relating to HTML, CSS, JavaScript, JSON, PHP, Python, AngularJS, SQL, Bootstrap, Node.js, jQuery, XQuery, AJAX, XML, and Java
๐ U can downloaded on our channel offline version ๐
https://t.me/freecodecs/94
W3Schools
------------------------------------------------------
is an educational website for learning web technologies online. Content includes tutorials and references relating to HTML, CSS, JavaScript, JSON, PHP, Python, AngularJS, SQL, Bootstrap, Node.js, jQuery, XQuery, AJAX, XML, and Java
๐ U can downloaded on our channel offline version ๐
https://t.me/freecodecs/94
Telegram
A.I. Programming
W3school offline page for pc @freecodecs
------------------------------------------------------
โ๏ธ Some elementary sorting algorithms are:
------------------------------------------------------
โข Insertion Sort
โข Selection Sort
โข Merge Sort
โข Quick Sort
โข Bubble sort
we will implement & post some of sorting algorithm with video
Stay Wake & Tuned! ๐ณ
โโโโโโโโโโโโโโโโ
Join The Underground Coding Movement!
AI Programming @freecodecs
Have a Lit๐ฅ Practice Folks ๐๐ฝ
โ๏ธ Some elementary sorting algorithms are:
------------------------------------------------------
โข Insertion Sort
โข Selection Sort
โข Merge Sort
โข Quick Sort
โข Bubble sort
we will implement & post some of sorting algorithm with video
Stay Wake & Tuned! ๐ณ
โโโโโโโโโโโโโโโโ
Join The Underground Coding Movement!
AI Programming @freecodecs
Have a Lit๐ฅ Practice Folks ๐๐ฝ
This media is not supported in your browser
VIEW IN TELEGRAM
-----------------------------------------------------
Bubble sort
-----------------------------------------------------
โ๏ธ is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in wrong order
โ๏ธ Best Case Time Complexity
O(n)
โ๏ธ Worst &Average Case Time Complexity
O(n*n)
Bubble sort
-----------------------------------------------------
โ๏ธ is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in wrong order
โ๏ธ Best Case Time Complexity
O(n)
โ๏ธ Worst &Average Case Time Complexity
O(n*n)
This media is not supported in your browser
VIEW IN TELEGRAM
Insertion Sort
-----------------------------------------------------
โ๏ธ Is a simple sorting algorithm that works the way we sort playing cards in our hands
โ๏ธ Worst case Time Complexity
O(n^2)
โ๏ธ Best Case Time Complexity
O(n)
โ๏ธ Average Time Complexity
O(n^2)
โ๏ธ Space Complexity
O(1)
-----------------------------------------------------
โ๏ธ Is a simple sorting algorithm that works the way we sort playing cards in our hands
โ๏ธ Worst case Time Complexity
O(n^2)
โ๏ธ Best Case Time Complexity
O(n)
โ๏ธ Average Time Complexity
O(n^2)
โ๏ธ Space Complexity
O(1)
This media is not supported in your browser
VIEW IN TELEGRAM
First Play - Gebeta Game Trailer ๐๐ฝ for more info. visit https://qenetech.com/
This media is not supported in your browser
VIEW IN TELEGRAM
Selection Sort
--------------------------------------------------
โ๏ธ Sorts an array by repeatedly finding the minimum elements from unsorted part and putting it at the beginning
โ๏ธWorst Case Time Complexity
O(n^2)
โ๏ธBest Case Time Complexity
O(n^2)
โ๏ธAverage Time Complexity
O(n^2)
--------------------------------------------------
โ๏ธ Sorts an array by repeatedly finding the minimum elements from unsorted part and putting it at the beginning
โ๏ธWorst Case Time Complexity
O(n^2)
โ๏ธBest Case Time Complexity
O(n^2)
โ๏ธAverage Time Complexity
O(n^2)
๐1
Hi Folks!
โญ๏ธ Are u a digital innovator?
โญ๏ธ Are u a young start-up?
Then this is for u ๐๐ฝ
Today we came up with the opportunity of a competition which supports young business entrepreneurs awarding 10 innovative ideas and businesses with over 1,000,000 Birr shared prices among winners.
Apply on the link below
http://innovation-slam.com/
โโโโโโโโโ
Join The Underground Coding Movement!
AI Programming @freecodecs
Have a Lit๐ฅReading Folks ๐๐ฝ
โญ๏ธ Are u a digital innovator?
โญ๏ธ Are u a young start-up?
Then this is for u ๐๐ฝ
Today we came up with the opportunity of a competition which supports young business entrepreneurs awarding 10 innovative ideas and businesses with over 1,000,000 Birr shared prices among winners.
Apply on the link below
http://innovation-slam.com/
โโโโโโโโโ
Join The Underground Coding Movement!
AI Programming @freecodecs
Have a Lit๐ฅReading Folks ๐๐ฝ
iCare_Data_Recovery_Pro_v8.0.9_Activated@freecodecs.zip
5.1 MB
#pc_app
It is a file recovery software to undelete, unformat, undo shift+delete. It is pretty useful when you accidently formatted hard drive, partition unintentionally deleted, emptied files from recycle bin, lost photos from digital camera sd card, lost files from memery card, flash card, pen drive, removable hard drive.
It is a file recovery software to undelete, unformat, undo shift+delete. It is pretty useful when you accidently formatted hard drive, partition unintentionally deleted, emptied files from recycle bin, lost photos from digital camera sd card, lost files from memery card, flash card, pen drive, removable hard drive.
Hello world in programming
---------------------------------------------
1โฃ PHP ๐
<? php echo "Hello World"; ?>
2โฃ Basic ๐ถ
PRINT "Hello, world!"โ
3โฃ C ๐
Printf("Hello, world!");
4โฃ C++ ๐ณ
cout << "Hello, world! "; return
5โฃ C# ๐
Console.WriteLine("Hello, world!");
6โฃ Clipper ๐
? "Hello World"
7โฃ CoffeeScript ๐
console.log 'Hello, world!'
8โฃ HTML ๐
Hello World!
9โฃ Java ๐
System.out.println("Hello, World")
๐ JavaScript ๐คฉ
document.write('Hello, world!');
1โฃ1โฃ jQuery ๐ฅณ
$("body").append("Hello world!");
1โฃ2โฃ Julia ๐ง
println("Hello world!")
1โฃ3โฃ Pascal ๐ค
program HelloWorld; begin WriteLn('Hello, world!'); end.
1โฃ4โฃ Python ๐ฝ
print "Hello, world!"
1โฃ5โฃ Ruby ๐ป
puts "Hello, world!"
1โฃ6โฃ Swift ๐คก
println("Hello, world!")
1โฃ7โฃ Visual Basic .NET ๐
Console.WriteLine("Hello, world!")
ยฎยฎยฎยฎ ยฎยฎยฎยฎ
ยฉยฉยฉยฉยฉ
@@ ~~~~~~~
@ @ =
@ @ =
@@@@@@ =
@ @ =
@ @ ~~~~~~~
List of Hello World Programs in 200 Programming Languages
๐๐๐๐๐๐๐๐๐๐
https://www.scriptol.com/programming/hello-world.php
---------------------------------------------
1โฃ PHP ๐
<? php echo "Hello World"; ?>
2โฃ Basic ๐ถ
PRINT "Hello, world!"โ
3โฃ C ๐
Printf("Hello, world!");
4โฃ C++ ๐ณ
cout << "Hello, world! "; return
5โฃ C# ๐
Console.WriteLine("Hello, world!");
6โฃ Clipper ๐
? "Hello World"
7โฃ CoffeeScript ๐
console.log 'Hello, world!'
8โฃ HTML ๐
Hello World!
9โฃ Java ๐
System.out.println("Hello, World")
๐ JavaScript ๐คฉ
document.write('Hello, world!');
1โฃ1โฃ jQuery ๐ฅณ
$("body").append("Hello world!");
1โฃ2โฃ Julia ๐ง
println("Hello world!")
1โฃ3โฃ Pascal ๐ค
program HelloWorld; begin WriteLn('Hello, world!'); end.
1โฃ4โฃ Python ๐ฝ
print "Hello, world!"
1โฃ5โฃ Ruby ๐ป
puts "Hello, world!"
1โฃ6โฃ Swift ๐คก
println("Hello, world!")
1โฃ7โฃ Visual Basic .NET ๐
Console.WriteLine("Hello, world!")
ยฎยฎยฎยฎ ยฎยฎยฎยฎ
ยฉยฉยฉยฉยฉ
@@ ~~~~~~~
@ @ =
@ @ =
@@@@@@ =
@ @ =
@ @ ~~~~~~~
List of Hello World Programs in 200 Programming Languages
๐๐๐๐๐๐๐๐๐๐
https://www.scriptol.com/programming/hello-world.php
๐ coding is 90% thinking, and 10% of writing code. think before you code usually works best. ๐
Top 5 Best Text Editor For Windows In 2019
https://www.techtimes.com/amp/articles/240045/20190325/top-5-best-text-editor-windows-2019.htm
https://www.techtimes.com/amp/articles/240045/20190325/top-5-best-text-editor-windows-2019.htm
โ Unity
_______________________________________
๐น is a cross-platform game engine developed by Unity Technologies.
๐น It is used to develop video games for web plugins, desktop platforms, consoles and mobile devices
๐น For becoming a developer, knowledge of programing language either C# or JavaScript will help you.
๐น Unity 2019.2 แแซแ แแซแ features แ แซแถ แแฅแณแ Torrent File แฅแแ Channel แแญ แณแแแแน 2D/3D Game แจแแตแซแต interest แซแแน แ แชแ App แแ
_______________________________________
๐น is a cross-platform game engine developed by Unity Technologies.
๐น It is used to develop video games for web plugins, desktop platforms, consoles and mobile devices
๐น For becoming a developer, knowledge of programing language either C# or JavaScript will help you.
๐น Unity 2019.2 แแซแ แแซแ features แ แซแถ แแฅแณแ Torrent File แฅแแ Channel แแญ แณแแแแน 2D/3D Game แจแแตแซแต interest แซแแน แ แชแ App แแ