Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~1K People Reached

6 Posted Topics

Member Avatar for hardmath

I'd been using [a cloud-based IDE](https://c9.io/) some for editing snippets of code/gists (integrates with GitHub), but it occurred to me this morning that instead of just using Google Drive as cloud-repository, I might use it as a code editor. Does anyone have tips on configuring Google Docs as a <insert …

Member Avatar for mike_2000_17
0
388
Member Avatar for grylionxdj

When asking for help with homework, it's a good idea to explain what you've tried. Here you want to use a for/next loop to print "the numbers". So show us some QBasic code that you wrote to do it (surely the loop itself cannot be all that mysterious). Then it …

Member Avatar for Unseen Machine
0
148
Member Avatar for desai1

[QUOTE=desai1;1358398]Hi, I am getting segmentation fault in a multi threaded program while allocating Context for thread exactly in the statement EXEC SQL CONTEXT ALLOCATE :ctx;. I am using Proc Code. Kindly tell me what is wrong in the above statement and why Segmentation Fault is coming.Please clarify anyone.... Thanks in …

Member Avatar for hardmath
0
141
Member Avatar for hardmath

Perhaps this note will save another member a spot of frustration. I tried to login from my mobile phone, but the AMD ad banner kept popping over the login dialog no matter how I tried to scroll away from it. Here's a workaround. The problem occurred holding the phone in …

0
138
Member Avatar for progcomputeach
Member Avatar for flposjg

While "eye" will give a square matrix (the identity matrix I), I suspect that the OP wants a way to obtain a square matrix whose entries alternate between 1 and 0, a "checkerboard" pattern. This can be done for even dimensions by "replicating" the identity matrix using call repmat(eye(2),n,n) to …

Member Avatar for hardmath
0
353

The End.