It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I tried simpless, but is not supported now for linux. I tried with wine, and later another alternatives. I don't want to type: lessc file.less > file.less each time I modify a file.
Any good compiler, confortable, automatically, for less CSS?
What is the linux tool that has same functionality as WinLESS i.e. that compiles less files whenever they change taking into account which less files include which?
The most obvious way is to run the javascript implementation on Node.
For Ubuntu, start by installing nodejs and npm, then see e.g. these instructions for compiling LESS to CSS with Node. You should get it going with something like
npm install -g less
lessc mystyle.less
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
As the question suggests I would like to know what all the differences in the way unix systems and windows systems see and format paths. I write a lot of code that needs to run on both platforms and problems with paths crop up often. Just out of interest I am also planning on writing my own converter.
I realize this question: Difference between windows and unix paths exists but its been solved and the focus was solving the dudes actual problem.
This wiki link will help you figure out the differences: https://en.wikipedia.org/wiki/PATH_(variable)
In short the Paths on both Unix and Windows are used for locating executables with two notable difference among these two:
Superuser on Unix systems don't add current directory as a rule, this is as mentioned to stop accidental execution of commands from current directory.
On Windows some graphical programs don't show up on command line as they are supposed to be run from a GUI.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to write a simple applet to put in a tray. Let's say it will be for gnome taskbar or tint2. My applet should show system temperature or any other simple information by probing at a fixed amount of time /proc or maybe providing this info by clicking on the applet itself, I still have not decided.
My knowledge is limited, since I don't know where to start. What I need is some little info, on the difficulty of the matter, provided I'm fairly ok with bash, but that's it.
Where do I start and what should I read first? There should be gui, then is it gtk, qt or something else? Maybe somebody got a good link or just your opinion will be a good start for me.
Assuming you mean GNOME 2, you could start reading the document Gnome applets with Python. You will get the idea behind applets and how to do it with Python. For tin2 the API might be totally different.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I was just wanting to go ahead and make an OS. Because working on projects makes one's knowledge quite good enough. I know I will have to study OS inside-out before actually trying to implement one on my own. I also know I wouldn't be able to implement something right from square one. So I searched the internet for something to work upon. The most common option that I found was to work upon existing Linux distro and contribute to it.
But I found some more interesting options. Would like your suggestions on what to choose for and work upon.
LFS: http://www.linuxfromscratch.org/lfs/
PintOS: http://www.scs.stanford.edu/10wi-cs140/pintos/pintos_1.html#SEC1
Cosmos: http://www.gocosmos.org/index.en.aspx
I would get around 6 months time to work upon it. But before I start off with it, I want to do my research work properly and finalize what and how to work.
Drop in your suggestions on what should I use to work on. :)
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 13 years ago.
I'm reading a tutorial on building compilers.In the tutorial the compiler produces assembly 80X86 and I want to know if the programs made by this compiler would run in a Intel Celeron Linux.If not what kind of assembly the compiler should produce there?
It is hard to make sense of your question. If you are asking how to compile assembly code in Linux, http://asm.sourceforge.net/ seems to provide some information.
As for assemblers, there is GAS and NASM.
Celeron is x86. gcc will assemble things for you. (the -S option, I believe.)
Yep, simply use nasm. Works perfectly here. Good luck.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have tried a few EXE extractor but they don't work on a lot of files. I am looking for something better.
What kind of .exe? Win32 / DOS / .NET?
If .NET, you should use Reflector (http://www.red-gate.com/products/reflector/)
If Win32 and C++, you can try decompilers posted here (Is there a C++ decompiler?)
There are a lot's of extractors/decompilers on the market, so you should say more explicitly what is your goal (ie. to extract images, decompile assembly source etc.)
there is a simple way just download a zip view like winrar winzip and open the .exe with that it will show you all the components