UNIX/Linux Programming - May 2018

tarball wont/cant create directory from script
 
Trying to correctly extract tarball: tar xjvf lplinux.tar.bz2 cd lplinux && ./install_lastpass.sh lplinux is never created though. What am I doing wron...
[4 replies] Last: Your tar file doesn't create directory lplinux, it unpacks to the curr... (by kbw)
Boost and C++ Looser Throw Specifier Error
 
I am compiling a piece of C++ code and it use the Boost error code, when I came across this error and don't know what came about and what to do? /usr/local/i...
[1 reply] : Can any body tell me how to fix this? Looks like a potential bug to ... (by mbozzi)
Php to Workbench connection
 
Hello every one! I used php environment and sql workbench i encountered Error: INSERT INTO info (Lname, Mname, Birthday, birthplace) VALUES ('', '', '',''...
[1 reply] : Can you move this to the Louge please as it isn't C/C++/C#. i encoun... (by kbw)
Mocking frameworks recommendations
 
Can anyone recommend a user-friendly and maintained mocking framework? My company started evaluating Isolator++ which is quite powerful but it's commercial and...
[no replies]
Recognizing End Of File (Mixed Text And Numbers)
 
All - This is NOT for a class assignment. I have written some C code to read a file of orbital information from a Russian site. I have figured out how to get it...
[16 replies] Last: Sorry I should have mentioned it. The books has nothing to do with win... (by Thomas1965)
by CTB
Merging code from Arduino to Raspberry pi
 
Hi all! Looking for some help for a job at a disability focussed therapy centre. I'm using a thing called a picap for a raspberry pi. https://www.barecon...
[no replies]
Linux regular expression
 
Hi can someone explain regular expressions to me. I have to use regex's and sed/awk to output the date like this: Today is Wednesday May 9, 2018
[1 reply] : Regular expression is a matching rule . Have you ever done crossword... (by keskiverto)
distribute SFML game made on linux to any
 
So i made a simple game in SFML on linux and now i want to make able to run in Win . info : - Ubuntu - SFML installed under default path (command obtain i...
[5 replies] Last: i couldn't do so because somehow SFML refuse to be installed with code... (by snova96)
Implementing Slave/Master / Server/Client on Local Machine
 
I've got a project I'm working on, but it looks like I'll need to implement a slave/master system. You know, one program spawns, kills, and controls others. ...
[8 replies] Last: https://github.com/django/django/pull/2692 -- Hivemind/zerg, Gypsy/urc... (by candiedwallpaper)
Merging a bubble sort and selection sort
 
Hello, also first time posting so this may not look right. But I need to use bubble sort to sort an array, and then use select sort to sort a 2nd array. I have ...
[1 reply] : https://en.wikipedia.org/wiki/Merge_sort I would take your bubble sor... (by solarflare)
g++\gcc forward ABI compatibility?
 
Hello there. I'll be honest, I don't really understand how this works as much as I should. However, I have an application that's setup and built with GCC\G++...
[3 replies] Last: https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html It looks lik... (by kbw)
  Archived months: [apr2018] [jun2018]

This is an archived page. To post a new message, go to the current page.