Thought maybe some other ppl people might appreciate this. I just use it for common commands instead of using aliases.
I bound it to the m key to start it up. Easy to edit for your own commands.
#!/usr/bin/env python3
import curses
import subprocess
import os
def main(stdscr)...
1- What would be the best way to learn posix with focus on BSD's, shell and Perl?
2- Is there another language for sysadmins besides shell and Perl?
3- What is the best way to navigate the FreeBSD source code?
4- What are the languages most used in FreeBSD development?
PS.: I'm not a developer...
If you’ve been programming for long enough, you’ve probably heard the term dynamic programming. Often a key subject in technical interviews, the idea will also come up in design review meetings or regular interactions with fellow developers. This essay will examine what dynamic programming is...
Deleted member 70435
Thread
algorithms
dynamic programmingprogramming
software development
I am new to Qt and I am confused as to how this works, please forgive me if this is a stupid question so here it is.
I am running FreeBSD 13.0 and install all necessary packages for Qt 5 and I created a simple that found on the newly purchased book C++ GUI Programming with QT4 (Old) but I...
I use a lot of programming languages, this is a distillation of how I get them installed and tested for others who might not have gone that far down this road :)
What gets installed and tested: python, java, ruby, perl, apache, php, and xdebug, sqlite, mysql, LaTeX
# snapshot just in case we...
I am having fun learning the C language, however, coming from Python, there is a feature that I really like. And that's virtualenvs which isolates packages you use in your program from your main system. This is really helpful for me. As an example, last day I needed a package that would help me...
Hello,
one question. freebsd32 / freebsd64
If you have a application that is made on a 32bit machine , does it run on a 64bit machine OR
do you have to compile the sourcecode of that application on a 64bit machine itself for working ?
The sourcecode is always the same because the language...
Background
I have this little problem: I'm currently implementing pci listing in a port (Unreal Engine for those who've seen me before on this forum) and I want to use some of the code from pciconf.
What I'm looking for
Now it would be very handy if there were a utility I could call that would...
A couple of months ago I switched from using Embarcadero's Delphi 10.x to Lazarus and Free Pascal (easily installed from the ports tree editors/lazarus which automatically installs the Free Pascal Compiler and needed source) mainly to be able to create 64 bit macOS applications due to the much...
I use it for development, you know, Programming 'n stuff... :) I also use it for ZFS, since I keep backups of my friends' and family members' data. :) I also use it for other things, like when I use Linux, but want more of a UN*X-y feel. It also speaks to how good of an OS it is when I...
I am wanting to run the examples in the Stevens book, Advanced Programming in the Unix Environment. I'd rather not pollute my running system with extraneous files that are not required for the system to function. My question and followups for the masters out there:
What's a safe way to install...
This time i ask for some tips. I want to start to learn some language of programation, which would you recommend me? Which are the best programs for make a program? I don't have very clear where to start.
Another thing: there's some languages which can work best in this system, or they are all...
I am looking to make an old school style game such as NES games like super mario or elevator action. I've been searching around the internet for programming graphics on the terminal on unix but I haven't seen anything that I think is what I need. Does anyone have any suggestions on where to get...
So I am a pic programmer, I use pic to solve any technical problems.So when I moved to FreeBSD , I saw a major problem,the MPLAB x ide and the xc8 compiler does not support FreeBSD.Shocker. I am aware of a linux emulator built inside FreeBSD and since mplab x ide and Xc8 compiler supports...
Hi there,
I know, it is a boring topic, sorry having posted it, because it will trigger the usual responses anyway. If you feel like that perhaps better skip the rest and save your precious time to have a look around in the real world outside.
Are we alone now? Then the interesting bits can...
I bought some old C books and I am finding that many of the examples would throw compile errors.
This prototype used is what got me messed up:
#include<stdio.h>
void main()
{
printf("Goodbye, cruel world\n");
}
I found how to fix it (with the help of some excellent compiler messages) but I am...
Looking to learn a web frameworks. I want opinions on what to use. Today I bought some books on python.
I want lightweight for embedded usage and I am leaning toward Pyramid.
A fellow user here showed a nice Ajax and Python interface that impressed me..
So many choices even within the python...
Julia is a scientific programming language modeled after a few other languages that draws their advantages together for simplicity. It uses LLVM, and it has an MIT license.
http://julialang.org/
http://www.wired.com/2014/02/julia/...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.