• Breaking News

    Saturday, September 1, 2018

    I’m looking to go into a career in Cyber security, what do employers want to see from you? Ask Programming

    I’m looking to go into a career in Cyber security, what do employers want to see from you? Ask Programming


    I’m looking to go into a career in Cyber security, what do employers want to see from you?

    Posted: 01 Sep 2018 05:36 PM PDT

    Also if you have links to any helpful sources that is appreciated as well :)

    submitted by /u/Cardboard-Samuari
    [link] [comments]

    Dynamic Memory in Operating Systems

    Posted: 01 Sep 2018 01:34 PM PDT

    Does the OS only use static memory or is there a mechanism for dynamic memory within an OS? How does it work?

    EDIT: By "static memory" and "dynamic memory", I mean static and dynamic memory allocation

    submitted by /u/nanoman1
    [link] [comments]

    How is Apple's GCD Dispatch Queue different from a regular generic thread pool?

    Posted: 01 Sep 2018 08:36 PM PDT

    which software would give me the easiest time at creating a visual data tree for organization purposes

    Posted: 01 Sep 2018 05:10 PM PDT

    I have no clue where to start, but i know i would like a program that spaces the children with every new branch. realtime, of course. I've been drawing these things by hand and i am horrible at it. no good. none at all.

    my data would just be strings. i'm looking to do more than a binary tree diagram that i keep seeing from excel. something like a circle with potential for infinite (12 max, probably) children and grandchildren

    submitted by /u/fromtheassheswego
    [link] [comments]

    How to add data to bootstrap table?

    Posted: 01 Sep 2018 01:12 PM PDT

    I have a bootstrap table that I want users to fill out. It does not need to submit anything. From what I know Bootstrap tables can only have static data. Is there a way to make user dynamically insert values in the table?

    submitted by /u/sahilgreen
    [link] [comments]

    Why is a certain header file (jitasm.h) throwing a multitude of errors?

    Posted: 01 Sep 2018 12:08 PM PDT

    Hello everyone. I'm not sure if this is the right subreddit to ask this but I've been stumped for a little over a day now. So there is this header file, jitasm.h, which is basically a runtime code generation library tucked into one header file. The project's github can be found here. Anyways, when I go to try and compile this header file in my project, I receive a VAST number of errors (over 250). These errors include:

    • reference to void is not allowed

    • expected a ')'

    • expected a ';'

    • identifier "ControlState" is undefined (I KNOW it's defined; I can see it being defined right before it is being called...)

    • class "jitasm::Frontend" has no member "movq" (A whole bunch of these exist for all different members that allegedly don't exist)

    • syntax error: '<parameter-list>' (A lot of these are thrown as well)

    • unexpected token(s) preceding '{'; skipping apparent body function

    • syntax error: '||'

    • ' ^ ': requires '/clr' or '/ZW' command line option

    • error count exceeds 100; stopping compilation

    Now to try and fix some, I set Visual Studio to compile with the latest version of C++, which seemed to alleviate a few errors, but as you can see not many... The only other thing I can think of is maybe the compiler isn't GCC or the right version or something. But as I digress, the tl;dr of this is that I need your help in trying to help me fix this very weird problem. Thanks for reading!

    submitted by /u/178239128391
    [link] [comments]

    Can the act of programming be socially satisfying?

    Posted: 01 Sep 2018 07:50 AM PDT

    I'm a programmer. I don't work for a large corporation or a small one. I write music software for artists, with friend's input and also for my own music.

    Recently, I've done some more official work all myself and it's been pretty hellish to spend such long periods of time alone or in a coworking space without conversation, eye contact or face to face interaction. I love programming but I despise how isolating it can be if you want to keep any sense of individuality attached to a project. I feel like I have a skill worth using but it's literally depressing.

    I'd like to leave this as an open question/topic but perhaps just add a few notions.

    1) I feel like it's possible to make coding into a socially engaging activity. Like, in my idea universe, people could do it as a group hunched over an drafting board or around a table. Not sitting near each other or in VR but in meat-space, like working on music or art.

    2) I'm wondering what the most socially satisfying projects people have worked on were and what made them different. (Not as in politics but as in actually not feeling lonely)

    3) I'm wondering if people have ideas around how groups are formed to work on things that will be satisfying but not lucrative. Most bands I know create because it's fun. But software has a different ethos attached to it. It has to be a "game changer" and make people tons of money. Why can't software be fun, creative and a group activity?

    submitted by /u/audiomatt
    [link] [comments]

    How to make an "offline" site/app?

    Posted: 01 Sep 2018 05:14 AM PDT

    I programmed a small application with HTML, CSS and JS. It has nothing from server side (i mean, its only served from the server, after is loaded, its only client-side, with no server interaction).

    I use this only for personal use, when i go for a walk or run. But i want to load it and make it permanently available because sometimes i dont have internet connection.

    How can i do this?

    submitted by /u/Don-g9
    [link] [comments]

    How to patch a python package?

    Posted: 01 Sep 2018 11:02 AM PDT

    I'm currently using openpyxl in my Django project, but I ran into an issue with borders and merged cells. It's a known issue and there is a ton of discussion on the topic. The consensus seems to be this solution. I am unfortunately still new to python and I do not understand the flow of packages well. Where would I include the code that everyone agrees is the patch? Could I put it in a file in my Django project then include that in the views.py, where it's being used?

    submitted by /u/Siiimo
    [link] [comments]

    First there were variables, then structures, now objects, what's next?, what's the next level of abstraction?

    Posted: 01 Sep 2018 10:23 AM PDT

    I am sure mathematicians have already devised some very high level ideas about data that go beyond objects in coding, but, what are them?, are any of them used?, where's the "roof" in this abstraction "tower?"

    submitted by /u/Frigorifico
    [link] [comments]

    How does a program(in general) handle network responses when two or more come at a time?Does it pushes them into stack and picks them one after another?

    Posted: 01 Sep 2018 05:58 AM PDT

    What are some programming languages with simple grammars?

    Posted: 01 Sep 2018 07:54 AM PDT

    Another way to put it: what are some programming languages that sacrificed some practicality for the sake of simplicity and purity?

    submitted by /u/extremeaxe5
    [link] [comments]

    Duplication of Entries

    Posted: 01 Sep 2018 06:06 AM PDT

    How do I deal with multiple entries of data whenever I try to add a new entry into the Data Table?

    Example:-

     Name: grunge969 DoB : xy/xy/xz Employee ID: 0001 

    Now on clicking "Add" and subsequently "Load Table" to view the data, the entry is show multiple times and repeats whenever I add something new - in addition to the new entry

    The Data is show multiplied only in the datagridview, and not in the database itself.

    Using MySQL and Visual Studio 2015.

    submitted by /u/grunge969
    [link] [comments]

    Suggestion for a Android/iOs Java IDE app

    Posted: 01 Sep 2018 02:45 AM PDT

    Html and JavaScript

    Posted: 01 Sep 2018 02:16 AM PDT

    Greeting world, I am attempting to output a user's name following a salutation in my alert box. I created a label tag and gave it a class. In this label tag the user can input there name. I targeted the class in JavaScript but it returns as undefined. THIS IS MY HTML CODE:

    <form id="blanca" method="post" >

    <fieldset>

    <label><b class="lion">First name</b> THE "lion" CLASS IS WHAT I targeting IN JAVASCRIPT

    <br> This is the label where the user will input there

    name.

    <input type="text" name="surname" size="25" maxlength="40"></label>

    <br><br><br>

    <label><b>Email Address:</b>

    <br><br>

    <input type="text" id="Emailid" size="20" maxlength="40"></label>

    <br><br>

    <label><b> Message:</b>

    <br>

    <textarea name="message" rows="4" cols="30"></textarea></label>

    <br><br>

    </fieldset>

    <br >

    <button onclick="ValidateEmail(Emailid)">SUBMIT</button>

    </form>

    </div>

    This is my JAVASCRIPT Code:

    function ValidateEmail(Emailid) {

    if(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(blanca.Emailid.value)) {

    var Barbara = document.getElementsByClassName("lion").value; I TARGET THE LION

    CLASS HERE SO I CAN STORE THE USER'S NAME IN THE BARBARA VARIABLE...

    I CALL ON THE VARIABLE IN THE ALERT ELEMENT BUT IT RETURNS UNDEFINED.

    alert("Thank You," + Barbara + " " + "I will respond within 24-48 hours!"*/);

    }

    else {

    alert("Invalid Email Address!");

    }

    }

    submitted by /u/Elniche37
    [link] [comments]

    No comments:

    Post a Comment