Tuesday, March 5, 2019

Free VPN solutions

HAMACHI
https://www.vpn.net/

***
..........................
.....................
..........................






OPENVPN
https://www.ovpn.com/en/guides/windows-openvpn-gui

[]

Srbiji nedostaju IT stručnjaci

Zvanična statistika tvrdi da Srbiji nedostaje oko 30.000 IT stručnjaka, da budemo iskreni fali sigurno toliko programera na tržištu.

Svi oni uglavnom bi mogli da se uposle u brojnim firmama uglavnom u dva gravitirajuća grada, a to je Novi Sad i Beograd.

Sva ostala manja mesta u Srbiji gotovo da na prste jedne ruke mogu pobrojati nekog istaknutog IT stručnjaka vrednog pomena, jer su se svi koji nešto vrede već preselili u Novi Sad ili Beograd.

Kada pogledate oglase na infostudu za Novi Sad:

https://poslovi.infostud.com/oglasi-za-posao/novi-sad?category%5B0%5D=5&page=2

ili Beograd:

https://poslovi.infostud.com/oglasi-za-posao/beograd?category%5B0%5D=5&page=2

i neke druge gradove, sve će Vam se samo kazati.


MORE TIPS>

OPEN VPN:

https://www.vpn.net/

https://www.ovpn.com/en/guides/windows-openvpn-gui


.

.

[]

Ask Quora ?

https://arcolinux.info/

https://elementary.io/


https://www.qubes-os.org/

https://system76.com/pop

https://beogradsko.blogspot.com/2018/10/napravite-sopstveni-kompajler-i.html

https://www.quora.com/profile/Veoma-Srecan/answers

https://www.quora.com/Why-is-C-so-complex-1/answer/Veoma-Srecan

https://www.quora.com/Is-Java-the-king-of-programming-languages/answer/Veoma-Srecan

https://www.quora.com/How-can-I-optimize-my-laptop-s-performance-in-Windows-10/answer/Veoma-Srecan

https://www.quora.com/What-is-the-coolest-Linux-distro/answer/Veoma-Srecan

https://www.quora.com/What-is-the-best-computer-language-to-create-my-own-computer-language/answer/Veoma-Srecan

https://www.quora.com/What-are-the-most-useful-programming-languages/answer/Veoma-Srecan

https://www.quora.com/What-is-the-most-useful-programming-language-and-why

https://www.quora.com/What-are-the-best-ways-to-learn-to-make-an-app/answer/Veoma-Srecan

https://www.quora.com/What-is-your-favorite-programming-language/answer/Veoma-Srecan

https://www.quora.com/What-are-the-5-best-programming-languages-in-2019

https://www.quora.com/How-do-videogame-developers-estimate-how-big-and-demanding-their-games-can-be

https://www.quora.com/I-m-16-years-old-and-since-I-was-10-I-ve-been-coding-in-C-How-can-I-start-freelancing

https://www.quora.com/Is-there-any-reliable-way-to-revert-my-computer-back-to-Windows-XP

https://www.quora.com/How-do-I-program-a-tree-gui-in-Haskell-Python-SQL

https://www.quora.com/What-Windows-features-are-missing-in-Linux

https://www.quora.com/Which-is-the-best-editor-to-use-in-programming

https://www.quora.com/Is-it-possible-to-generate-a-Windows-executable-file-in-Linux-using-standard-Linux-compilers

https://www.quora.com/What-programming-language-should-I-learn-in-2019-as-a-noob-Python-C-or-Ruby

https://www.quora.com/How-does-my-brother-logon-on-my-Windows-7-laptop-and-on-my-Windows-10-PC-despite-not-knowing-the-password

https://www.quora.com/Which-programming-language-do-you-prefer-for-advanced-programs-C-or-Visual-Basic

https://www.quora.com/Is-C-the-easiest-programming-language

https://www.quora.com/I-want-to-make-apps-that-are-both-beautiful-and-very-functional-What-should-I-study-or-teach-myself

https://www.quora.com/Why-should-I-choose-Linux-over-any-other-platform

https://www.quora.com/Do-you-feel-that-C-has-overpassed-Java

[]

Monday, March 4, 2019

Da i znate koje sve dokumente imate na kompjuteru i gde ?

The TRAGAC !



Da i znate koje sve dokumente imate na kompjuteru i gde ?

Da li možete da napravite spisak svih putanja do fajlova vaših dokumenata u Microsoft Wordu ili Notepad-u ?

Ja sam uspeo da nadjem svih nekoliko miliona fajlova u wordu i nekoliko miliona fajlova u excelu na svom kancelarijskom kompjuteru koristeći sledeći program:

https://beogradsko.blogspot.com/2019/03/podsetnik-na-aplikaciju-otvarac-i-tragac.html

koji se zove Tragac. To je trenutno jedina aplikacija za Windows 7,8 i 10 koja ima takvu mogućnost.

Pretraga dokumenata traje neko vreme i može se u svakom trenutku prekinuti sa tasterom "ESC", ali ako sačekate kraj pretrage, imaćete najkompletniji spisak svih dokumenata na Vašem kompjuteru sve sa putanjama do istih. Ovaj spisak aplikacija Tragac smešta u Windows Clipboard, a ako otvorite Microsoft Word ili Notepad, ovaj spisak možete da snimite radi kasnije evidencije ili dokazivanja šta Vi ili neko drugi ima na svom kompjuteru od dokumenata.




[]

Friday, March 1, 2019

QR code payment

Firefox @ Haiku OS

Go again

Go is good because of many reasons...
  • Unlike JavaScript, Go is just a much nicer language:
    • it doesn’t have those JavaScript quirks
    • it’s minimalistic and not bloated with legacy
    • it’s strongly statically typed, it’s got interfaces, it’s got rather convenient OOP (yes, you can do inheritance and polymorphism in Go, it’s just a little different), and hell, it provides proper signed and unsigned 64 bit integers besides float64!
    • Go code is just much easier to read, maintain and collaborate on (and by the way, gofmt is just awesome). The lack of generics may be a problem sometimes, but actually not as often as people believe it would.
  • Go allows me to get more done in the same amount of time. It’s got all the tools I need, it compiles quickly, the standard library is A+ and the community is just awesome!
  • Unlike JavaScript, Go doesn’t require me to write asynchronous code because it’s non-blocking by nature due to goroutines. I’m welcome to just write seemingly stupid blocking code like I’m used to from, say, PHP.
  • Unlike JavaScript, Go isn't afraid of computation, in fact, it's one of the fastest and most memory efficient languages out there.
  • Unlike JavaScript, Go is incredibly easy to benchmark (it’s got benchmarking built-in to the testing toolchain) and gives me all the tool needed to analyze the final service finding and eliminating any bottlenecks and latency issues.
  • Unlike Node scripts, Go binaries are much easier to deploy because they don’t require any external runtime or libraries.
  • Unlike Node, Go allows me to write highly concurrent code without a hassle. Each request/connection can be handled by its own separate goroutine and they can all share memory allowing for highly efficient communication.
Till Node.js use for server-side-rendered SPA/PWA apps today, which is what Node is still very useful for, but apart from this - almost all my CLI tools, servers, APIs etc. are all written in Go today and it’ll probably remain the best choice !


[]

WLinux from Microsoft Store

Download Microsoft Wlinux


The first Linux distribution optimized for Windows Subsystem for Linux (WSL). Based on Debian. Built on work by Microsoft Research. From open-source software startup Whitewater Foundry.
  
Leverage the power of the Linux terminal on Windows 10. Get started in open source programming with git. Manage remote servers with OpenSSH or Azure CLI. Automate tasks with Python, PowerShell, or Bash. Run a local LAMP stack for testing your interactive website. Build with the latest open source libraries and tools, including NodeJS and Ruby Gems. Run many basic graphical Linux apps, like Gnome Builder and HandBrake. Easily deploy and interact with Docker. 予測非ラテン文字入力を設定します。 

Price: $19,99 or $9,99

https://www.thomasmaurer.ch/2018/11/wlinux/

https://betanews.com/2018/09/24/windows-10-now-has-its-own-exclusive-linux-distro-wlinux/


https://www.whitewaterfoundry.com/

The easiest to use Linux distribution on Windows Subsystem for Linux.
WLinux is a Linux environment for Windows 10 built on work by Microsoft Research and the Debian project.

Ljudi moji, je li to moguće, linux koji se plaća i koristi Windows 10 WSL tehnologiju ?


[]

Belgrade Weather



Sunny summer days are usually around the 30°C/80°F mark, which is perfect to enjoy our rooftop garden or cafe terraces throughout the city. Winters are cool with an average temp of 5°C/45°F. Fun fact: we get about 2,112 hours of sun compared to 1460 for London and 1625 for Berlin.

Podsetnik na aplikaciju OTVARAC i TRAGAC






&


TRAGAC (Power Windows Search Machine) application: 



DOWNLOAD TRAGAC

[]



Još mojih lepih aplikacija...:


++