problem
stringlengths
26
131k
labels
class label
2 classes
int ff_pca(PCA *pca, double *eigenvector, double *eigenvalue){ int i, j, k, pass; const int n= pca->n; double z[n]; memset(eigenvector, 0, sizeof(double)*n*n); for(j=0; j<n; j++){ pca->mean[j] /= pca->count; eigenvector[j + j*n] = 1.0; for(i=0; i<=j; i++){ ...
1threat
DECLARE_LOOP_FILTER(mmxext) DECLARE_LOOP_FILTER(sse2) DECLARE_LOOP_FILTER(ssse3) #endif #define VP8_LUMA_MC_FUNC(IDX, SIZE, OPT) \ c->put_vp8_epel_pixels_tab[IDX][0][2] = ff_put_vp8_epel ## SIZE ## _h6_ ## OPT; \ c->put_vp8_epel_pixels_tab[IDX][2][0] = ff_put_vp8_epel ## SIZE ## _v6_ ## OPT; \ c-...
1threat
iPad connected through USB disappears off Safari Develop menu after a short while on iOS 11 : <p>iPad is on iOS 11, trying to debug using safari develop menu. I am using a MacBook Pro 2016 on MacOS Sierra. The iPad name appears in the develop menu for about 5 seconds. After this time it disappears.</p> <p>If I unplug ...
0debug
For(a,b) function (or not)? : <p>I met a line in python code:</p> <pre><code>onevariable for(a,b) in range(1,10) </code></pre> <p>Can you help me how it should be 'read'? Couldn't 'google' any example of 'for' with brackets. Very strange line</p>
0debug
How do I include .dll file in executable using pyinstaller? : <p>I want to generate a single executable file from my python script. For this I use pyinstaller. I had issues with mkl libraries because I use numpy in the script.</p> <p>I used this <a href="https://github.com/pyinstaller/pyinstaller/issues/1881" rel="nor...
0debug
Equation solving with absolute in it : <p>I have an equation which I want to simplify in order to retrieve the solution. But the equation contains absolute in it. How can it be more simplified?</p> <pre><code>d = abs(X²-vs²)/2*a1 + abs(vf²-X²)/2*a2 </code></pre> <p><strong>abs</strong> is the absolute of the value in...
0debug
Preserving variable contents in bash : I have the following code: WD="$(pwd)" echo $WD cd echo $WD Say I am working under /home/USER/sandbox, the output of the above is: /home/USER/sandbox /home/USER Why does WD not preserve its value? Is there any way to get it to preserve...
0debug
How do I enter into another form by clicking 5 buttons? : <p>I'm trying to write a code in Java. I've created a form where I have to type a code by clicking the buttons I've created. So, when I type btn1, btn2, btn3, btn4 and btn5 and then I click the 'Enter' button, it will lead me to the form i want. I've tried many ...
0debug
Why does this code output a syntax error? (python) : <pre><code>from random import randint as random names = ['Ninja','xXx_leet1337_xXx','robert87','nic0','y2ih8','roxky','Wierdio','a3rt','BeastyBoy','bobby'] active_players = names deaths = (' shotgunned ', ' sniped ', ' ran over ', ' rifled ') def findDeath(): ...
0debug
How to speed up c code? : <p>I am wondering if there is any way to speed up this simple .c program I made alongside a friend. Is there any things I could change to clean it up as well? And maybe add a pop up to say how many images it has processed. Thanks!</p> <pre><code>#include "stdio.h" #include "string.h" #include...
0debug
Parsing JSON String Android : <p>how can i parse such JSON string (but i have dynamic values)</p> <pre><code>{ "data":{ "dynamicValue1":{ "serial":"1", "name":"ABC" }, "dynamicValue2":{ "serial":"2...
0debug
convert "unspecified encoding" string to a binary string of zeros and ones : well ,i have an assignment to implement the operation modes of the DES algorithm in CBC mode : i am stuck at the point where the output of the encryption function gives bytes like this : b'\xe4\x06-\x95\xf5!P4' (i am using DES library from...
0debug
How to stop moving UIVIew on keyboad appearing in iOS? : Whenever I click on text field UiView will move up. How to stop this.
0debug
How to install local packages using pip as part of a docker build? : <p>I've got a package that I want to build into a docker image which depends on an adjacent package on my system.</p> <p>My <code>requirements.txt</code> looks something like this:</p> <pre> -e ../other_module numpy==1.0.0 flask==0.12.5 </pre> <p>W...
0debug
background-color in css is not working when navigating from one form to another : <p>When I try to navigate from one form to another form, background-color in css is not working.</p> <p>login_form_success.php</p> <pre><code>&lt;div class="alert alert-success"&gt;Welcome &lt;?php echo $_SESSION['uname']; ?&gt;Signed i...
0debug
int attribute_align_arg avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) { AVCodecInternal *avci = avctx->internal; int...
1threat
void avpriv_tak_parse_streaminfo(GetBitContext *gb, TAKStreamInfo *s) { uint64_t channel_mask = 0; int frame_type, i; s->codec = get_bits(gb, TAK_ENCODER_CODEC_BITS); skip_bits(gb, TAK_ENCODER_PROFILE_BITS); frame_type = get_bits(gb, TAK_SIZE_FRAME_DURATION_BITS); s->samples = get_bit...
1threat
why it can not work when i click on the operation first? : <p>I try to use this code but it works when i click number first when i click on operation first. it doesn't work.example sin(30) not work when i click 2sin(30). it works. can anyone help me? </p> <pre> public class MainActivity extends ActionBarA...
0debug
static void mov_parse_stsd_subtitle(MOVContext *c, AVIOContext *pb, AVStream *st, MOVStreamContext *sc, int size) { MOVAtom fake_atom = { .size = size }; if (st->codec->codec_tag != AV_RL32("mp4s")) mov_read_...
1threat
Its hard to explain but i needs some assistence : Module Module1 Function UnexpectedInput(y, x) Console.ForegroundColor = ConsoleColor.Red Console.WriteLine("Unexpected Input ! ( " & y & " ) ") Console.WriteLine("Please Try Again...") Console.ResetColor() Console....
0debug
static inline void stw_phys_internal(target_phys_addr_t addr, uint32_t val, enum device_endian endian) { uint8_t *ptr; MemoryRegionSection *section; section = phys_page_find(addr >> TARGET_PAGE_BITS); if (!memory_region_is_ram(section->mr) || section->reado...
1threat
How to display key from value in given dictionary in python? : <p>I want a function which will take value from user and display the respective key of the dictionary</p> <p>Ex. d={'name':'ayush','age':21,'Hobby':'cricket'}</p> <p>Please enter the value : ayush Key related to entered value is: name</p>
0debug
int cpu_signal_handler(int host_signum, void *pinfo, void *puc) { siginfo_t *info = pinfo; #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) ucontext_t *uc = puc; #else ucontext_t *uc = puc; #endif unsigned long pc; int is_write; pc = IAR_sig(uc); i...
1threat
How to api-query for the default vhost : <p>The RabbitMQ <a href="https://www.rabbitmq.com/access-control.html" rel="noreferrer">documentation</a> states:</p> <pre><code>Default Virtual Host and User When the server first starts running, and detects that its database is uninitialised or has been deleted, it initialis...
0debug
Negation in condition while sending FCM message : <p>I am subscribing to a topic which is my application version in Android.</p> <pre><code>FirebaseMessaging.getInstance().subscribeToTopic(APP_VERSION); </code></pre> <p>Now every time I launch an update, I have to unsubscribe to an old version and subscribe to a new ...
0debug
Vuetify - How to set background color : <p>I am using Vuetify with the Light theme. By default this sets the background of the main content to a light grey. I need it to be white.</p> <p>I'd like to override this by modifying the stylus variables, but I can't seem to figure out which variable sets the background color...
0debug
import math def volume_cone(r,h): volume = (1.0/3) * math.pi * r * r * h return volume
0debug
static int vorbis_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) { const uint8_t *buf = avpkt->data; int buf_size = avpkt->size; vorbis_context *vc = avctx->priv_data; AVFrame *frame = data; GetBitContext *gb = &vc...
1threat
How to concatenate this array : <p>How do i concatenate these two arrays to get the expected output?</p> <pre class="lang-js prettyprint-override"><code>let bidder= [ [1,2,3,4], [5,6,7,8] ] let arr1 = [9,10,11,12] </code></pre> <p>expected result</p> <pre class="lang-js prettyprint-override"><code>[ (4) [...],...
0debug
void signal_init(void) { struct sigaction act; int i; sigfillset(&act.sa_mask); act.sa_flags = SA_SIGINFO; act.sa_sigaction = host_signal_handler; for(i = 1; i < NSIG; i++) { sigaction(i, &act, NULL); } memset(sigact_table, 0, sizeof(sigact_table)); firs...
1threat
int check_codec_match(AVCodecContext *ccf, AVCodecContext *ccs, int stream) { int matches = 1; #define CHECK_CODEC(x) (ccf->x != ccs->x) if (CHECK_CODEC(codec_id) || CHECK_CODEC(codec_type)) { http_log("Codecs do not match for stream %d\n", stream); matches = 0; } else if (CHECK_CO...
1threat
No provider for ControlContainer when a child component has a ngModelGroup : <p>I can't seem to figure this out, it's simply not working.</p> <p>This is the original <a href="http://embed.plnkr.co/LLf7Il/" rel="noreferrer">plunker</a> which is written by Pascal Prekht , which is an explanation on template driven forms...
0debug
I GOT ERROR "missing ) after argument list" : got error "missing ) after the argument list" $('.next-btn').append("<a class="actionsubmit" ng-click="onSubmit('hello.html')">Check</a>");
0debug
How to recover deleted iPython Notebooks : <p>I have iPython Notebook through Anaconda. I accidentally deleted an important notebook, and I can't seem to find it in trash (I don't think iPy Notebooks go to the trash).</p> <p>Does anyone know how I can recover the notebook? I am using Mac OS X.</p> <p>Thanks!</p>
0debug
static int transcode(void) { int ret, i; AVFormatContext *is, *os; OutputStream *ost; InputStream *ist; uint8_t *no_packet; int no_packet_count = 0; int64_t timer_start; int key; if (!(no_packet = av_mallocz(nb_input_files))) exit_program(1); ret = transco...
1threat
with node.js on app engine, is it better to use task queues or pub/sub : <p>We have been moving our apis from python to node. We have used task queues with our Python app engine apis. With node.js now supported on app engine, do you suggest we use task queues or cloud pub/sub for tasks? What would the pros / cons be fo...
0debug
Mp chart-how to set lable for xaxis ?in left side"amount" lable how to add it programmatically? : [enter image description here][1] [1]: https://i.stack.imgur.com/tfSEu.png Mp chart-how to set lable for xaxis ?in left side "amount" lable how to add it programmatically? Thanks in advance
0debug
Distingusih between numbers and alphabet in a string : I am trying to build a TCPIP communication between a server and a client in visual studio , the client will accept a string from the keyboard, and he will send the string to the server only if it is numbers not alphabet I tried the below code but it seems there is ...
0debug
void yuv2rgb_altivec_init_tables (SwsContext *c, const int inv_table[4],int brightness,int contrast, int saturation) { union { signed short tmp[8] __attribute__ ((aligned(16))); vector signed short vec; } buf; buf.tmp[0] = ( (0xffffLL) * contrast>>8 )>>9; buf.tmp[1] = -256*brightness; b...
1threat
Query Select in SQL postgree : We need help to use a command in "SELECT" to return the following information from a bank in Postgree SLQ. "Terminals that had 10 or more occurrences, within 1 hour, with the same user, service, and terminal". We have the table TB_TRANSACOES: Id bigserial NOT NULL, Dh_transactio...
0debug
Php - floor with decimals number bugging normal number : I have that line of code: $ammount = floor($ammount*100000000) / 100000000; I want to have number with 8 decimals but with this code above i get, right 8 decimals but before point my number is lower than it could be. If i putted that number: "111"...
0debug
static int ac3_decode_frame(AVCodecContext * avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) { const uint8_t *buf = avpkt->data; int buf_size = avpkt->size; AC3DecodeContext *s = avctx->priv_data; int blk, ch, err, ret; const uint8_t *channel_map; cons...
1threat
In PyCharm, how do you add a directory from one project as a source to another project? : <p>I have several python projects started from git repos, all related to each other, that are all open in one PyCharm window.</p> <p>I have python code in one project, call it project B, that imports python packages from project...
0debug
static int vmdk_read(BlockDriverState *bs, int64_t sector_num, uint8_t *buf, int nb_sectors) { BDRVVmdkState *s = bs->opaque; int ret; uint64_t n, index_in_cluster; VmdkExtent *extent = NULL; uint64_t cluster_offset; while (nb_sectors > 0) { extent = find_e...
1threat
Need assistance trying to web scrape : <p>Very very new to programming - I am trying to scrape a website in order to find get a quick view of some information on site.</p> <p>Found this on a tutorial on webscraping linked here: <a href="https://www.pythonforbeginners.com/python-on-the-web/web-scraping-with-beautifulso...
0debug
static int query_format(struct vf_instance *vf, unsigned int fmt) { switch (fmt) { case IMGFMT_YV12: case IMGFMT_IYUV: case IMGFMT_I420: return ff_vf_next_query_format(vf, fmt); } return 0; }
1threat
How to split string in JavaScript with regular expression : <p>I have following html. I want to split it by <code>&lt;span&gt;</code> tag.</p> <pre><code>let storyHtml = "&lt;span&gt;People&lt;/span&gt; born in different ages are different from each other in various aspects. The world is changing at &lt;span&gt;a&lt;/...
0debug
How to get true or false as follows using Symmetry in Python? : If we have to get two values from the user, which we get as 'a' 'p' > True . How would we get the following: `'abcd' 'pqrs' > True 'aaa' 'ppp' > True 'acb' 'pqr' > False 'aab' 'pqr' > False`
0debug
Multiple monads in one do-block : <p>I am currently trying to learn Haskell and I really cannot understand the concept of using just one one monad in do-block. If I have <code>foo :: Int -&gt; Maybe Int</code> and want to use for example function <code>hIsEOF :: Handle -&gt; IO Bool</code> in this function. Can someone...
0debug
How to chain two GraphQL queries in sequence using Apollo Client : <p>I am using Apollo Client for the frontend and Graphcool for the backend. There are two queries <code>firstQuery</code> and <code>secondQuery</code> that I want them to be called in sequence when the page opens. Here is the sample code (the definition...
0debug
AVFormatContext *ff_rtp_chain_mux_open(AVFormatContext *s, AVStream *st, URLContext *handle, int packet_size) { AVFormatContext *rtpctx; int ret; AVOutputFormat *rtp_format = av_guess_format("rtp", NULL, NULL); if (!rtp_format) return NULL; ...
1threat
Linux Map many internal IPs to one external IP : <p>I have one Linux machine with many services which needed to be accessed from outside users, each service has one port, how can i make all these service be accessible by one external public IP?</p> <p>Thank you.</p>
0debug
feild seperator in awk script : I am trying to print columns in file which are seperated by "|" using awk. File content :- postgres | psql | | 2018-09-17 05:00:45.096491+00 | | active test_user | PostgreSQL JDBC Driver | ***.**.**.118 | 2018-09-17 ...
0debug
What is the recommended directory structure for a Rust project? : <p>Where should one put the sources, examples, documentation, unit tests, integration tests, license, benchmarks <em>etc</em>?</p>
0debug
static int do_create_others(int type, struct iovec *iovec) { dev_t rdev; int retval = 0; int offset = PROXY_HDR_SZ; V9fsString oldpath, path; int mode, uid, gid, cur_uid, cur_gid; v9fs_string_init(&path); v9fs_string_init(&oldpath); cur_uid = geteuid(); cur_gid = getegid(...
1threat
DateComponentsFormatter returns wrong number of unit count : <p>I've faced issue, when <code>DateComponentsFormatter</code> returns unexpected number of units. Does anyone faced same issue?</p> <pre><code>import Foundation let formatter = DateComponentsFormatter() formatter.unitsStyle = .full; formatter.maximumUnitCo...
0debug
int msi_init(struct PCIDevice *dev, uint8_t offset, unsigned int nr_vectors, bool msi64bit, bool msi_per_vector_mask) { unsigned int vectors_order; uint16_t flags; uint8_t cap_size; int config_offset; if (!msi_nonbroken) { return -ENOTSUP; } MSI_DEV_PRINTF(...
1threat
static int curl_open(BlockDriverState *bs, QDict *options, int flags, Error **errp) { BDRVCURLState *s = bs->opaque; CURLState *state = NULL; QemuOpts *opts; Error *local_err = NULL; const char *file; double d; static int inited = 0; if (flags & BDRV_O_RDWR) { ...
1threat
GoLang - Conversion of type "interface {}" to another interface in a slice of type "interface {}" via reflection : I've been burning neurons for hours and I couldn't solve this question. I have a slice of type People, I need to pass this slice to a function that gets the type "interface {}". The People type "implements...
0debug
CSS vertical-align paragraph into div : <p>I have a div (with fixed height) with this CSS:</p> <pre><code>.div { color: white; font-family: Bahnschrift; text-align: justify; vertical-align: text-top; } </code></pre> <p>As you can see, in this div there are paragraphs vertical aligned at the top. I want to align only...
0debug
World map paths data in react high charts : <p>I am looking at the react highmaps documentation and it seems like they have hardcoded/saved the map data:</p> <p><a href="https://github.com/kirjs/react-highcharts">https://github.com/kirjs/react-highcharts</a> <a href="https://github.com/kirjs/react-highcharts/tree/mast...
0debug
Proper relative imports: "Unable to import module" : <p>I have a project structured like this:</p> <pre><code>. └── myapp    ├── app.py    ├── models    │   ├── hello.py    │   └── world.py    └── requirements.txt </code></pre> <p>I have two models, <code>hello</code> and <code>world</code>. Both models are used...
0debug
static int vhost_user_set_u64(struct vhost_dev *dev, int request, uint64_t u64) { VhostUserMsg msg = { .request = request, .flags = VHOST_USER_VERSION, .u64 = u64, .size = sizeof(m.u64), }; vhost_user_write(dev, &msg, NULL, 0); return 0; }
1threat
Offsets stored in Zookeeper or Kafka? : <p>I'm a bit confused about where offsets are stored when using Kafka and Zookeeper. It seems like offsets in some cases are stored in Zookeeper, in other cases they are stored in Kafka. </p> <p>What determines whether the offset is stored in Kafka or in Zookeeper? And what the ...
0debug
How to delete everything in node redis? : <p>I want to be able to delete all the keys. Is there a way to flush all in node redis? </p> <p>Redis client:</p> <pre><code>client = redis.createClient(REDIS_PORT, REDIS_HOST); </code></pre>
0debug
Cordova : Requirements check failed for JDK 1.8 or greater : <p>I am using Cordova 6.4.0 in Windows 7 OS, but I get this error once I tried to build the android version :</p> <p><a href="https://i.stack.imgur.com/qhpzv.png" rel="noreferrer"><img src="https://i.stack.imgur.com/qhpzv.png" alt="Issue description"></a></p...
0debug
Generate two words sentence from full sentence (combinations) : <p>I'm trying to find a solution, where I can generate two words sentences from a full sentence.</p> <p>Example: Word: "iPad Mini 32GB White" I would like that to be splitted up to two words sentences Example:</p> <p>"iPad Mini", "iPad 32GB", "iPad White...
0debug
Google maps not showing after uploading the app to playstore : <p>Google maps showing a blank screen after uplaoding the app into playstore. But Map showing when running locally(in emulator). I tried by changing the SHA1 of google map api by Playstore app signing certificate SHA fingerprint but still showing the blank ...
0debug
static void disas_uncond_b_reg(DisasContext *s, uint32_t insn) { unsigned int opc, op2, op3, rn, op4; opc = extract32(insn, 21, 4); op2 = extract32(insn, 16, 5); op3 = extract32(insn, 10, 6); rn = extract32(insn, 5, 5); op4 = extract32(insn, 0, 5); if (op4 != 0x0 || op3 != 0x0 ||...
1threat
Django render_to_string() ignores {% csrf_token %} : <p>I am trying to perform unit tests in Django. I have the following form in <code>index.html</code>:</p> <pre><code>&lt;form method=POST&gt; {% csrf_token %} &lt;input name=itemT&gt; &lt;/form&gt; </code></pre> <p>And I am testing if the view render the templa...
0debug
static void virtio_blk_free_request(VirtIOBlockReq *req) { if (req) { g_slice_free(VirtQueueElement, req->elem); g_slice_free(VirtIOBlockReq, req); } }
1threat
How to change 201509122150 to YYYY-MM-DD hh:mm : Would like to know what is the bext way to change 201509122150 (numeric) to Date class in YYYY-MM-DD hh:mm format.
0debug
What is the current status of C++ AMP : <p>I am working on high performance code in C++ and have been using both CUDA and OpenCL and more recently C++AMP, which I like very much. I am however a little worried that it is not being developed and extended and will die out.</p> <p>What leads me to this thought is that eve...
0debug
Passing a string that could several values(not an array) : public class ArithmeticTester { public static void main(String[] args) { call(3, "+", 4, "7"); call(3, "-", 4, "-1"); call(3, "*", 4, "12"); call(3, "@", 4, "java.lang.IllegalArgumentException"); ...
0debug
split file extension from an array : <p>I am trying to remove the extension found in every file name in my array.</p> <p>I have</p> <pre><code>files = ['file.tsv', 'file2.tsv', 'file3.tsv'] </code></pre> <p>and want the output to be</p> <pre><code>files = ['file', 'file2', 'file3'] </code></pre> <p>How do I perfor...
0debug
alert('Hello ' + user_input);
1threat
static int read_low_coeffs(AVCodecContext *avctx, int16_t *dst, int size, int width, ptrdiff_t stride) { PixletContext *ctx = avctx->priv_data; GetBitContext *b = &ctx->gbit; unsigned cnt1, nbits, k, j = 0, i = 0; int64_t value, state = 3; int rlen, escape, flag = 0; while (i < size) { ...
1threat
why array variable is getting updated : <p>I wrote this code and a part of this is not written by me and I'm not able to understand how a function is updating my <code>arrayData</code>?</p> <pre><code>#include &lt;iostream&gt; using namespace std; int *insert(int arr[], int size, int elem, int pos); int main() { ...
0debug
how can we find n sqrt(m) and check whether if answer is a integer in c++ : I have tried it using static<int> and various methods but they are not working in all testcases.so can you provide full code.
0debug
int get_buffer(ByteIOContext *s, unsigned char *buf, int size) { int len, size1; size1 = size; while (size > 0) { len = s->buf_end - s->buf_ptr; if (len > size) len = size; if (len == 0) { fill_buffer(s); len = s->buf_end - s->buf_ptr; ...
1threat
How to delete already import certificate/alias by keytool command? : <p>I am trying to delete already import certificate by keytool command </p> <pre><code> keytool -delete -noprompt -alias "initcert" -keystore keycloak.jks </code></pre> <p>But getting below exception</p> <blockquote> <p>keytool error: java.lang.E...
0debug
Regex + artificial intelligence : <p>How would it be possible to write software that takes strings from a list and generates regular expressions based on a pattern in each line of the list.</p>
0debug
static int tight_compress_data(VncState *vs, int stream_id, size_t bytes, int level, int strategy) { z_streamp zstream = &vs->tight.stream[stream_id]; int previous_out; if (bytes < VNC_TIGHT_MIN_TO_COMPRESS) { vnc_write(vs, vs->tight.tight.buffer, vs->tight.tig...
1threat
static int nbd_co_discard(BlockDriverState *bs, int64_t sector_num, int nb_sectors) { BDRVNBDState *s = bs->opaque; struct nbd_request request; struct nbd_reply reply; if (!(s->nbdflags & NBD_FLAG_SEND_TRIM)) { return 0; } request.type = NBD_CMD_TRIM;...
1threat
If statement wont work : First i run this first function, it sets paikka3.src to "sapeli.png". But then when i run the second function, the if statement wont work/run. Why is this? I have no clue... code: var sapeliMäärä = 1; function tavarat() { if(sapeliMäärä == 1) { document.lomake.paikka3.src ...
0debug
UITextField, text jumps down slightly when editing begins : <p>I'm having an odd issue here. I have UITextFields in my table cells. When I select the field the text jumps very slightly down:</p> <p><a href="https://i.stack.imgur.com/sNm3N.gif" rel="noreferrer"><img src="https://i.stack.imgur.com/sNm3N.gif" alt="enter ...
0debug
void hmp_sendkey(Monitor *mon, const QDict *qdict) { const char *keys = qdict_get_str(qdict, "keys"); KeyValueList *keylist, *head = NULL, *tmp = NULL; int has_hold_time = qdict_haskey(qdict, "hold-time"); int hold_time = qdict_get_try_int(qdict, "hold-time", -1); Error *err = NULL; char ...
1threat
Why setText causes my program to fail while Toast doesn't : The setText method when un-commented crashes the Activity/program. However, when it's just the TOAST with the same variable it works perfectly. int hour = Calendar.getInstance().get(Calendar.HOUR_OF_DAY); int min = Calendar.getInstance(...
0debug
BlockAIOCB *bdrv_aio_ioctl(BlockDriverState *bs, unsigned long int req, void *buf, BlockCompletionFunc *cb, void *opaque) { BlockDriver *drv = bs->drv; if (drv && drv->bdrv_aio_ioctl) return drv->bdrv_aio_ioctl(bs, req, buf, cb, opaque); return NULL; }
1threat
Multiple Datasets in One SSRS : <p>I cannot use First() because I have multiple data to return.</p> <p>I cannot use Lookup() because I don't know what data to look for.</p> <p>Any other workaround? or the only way is I have to change my query?</p>
0debug
static int nut_write_packet(AVFormatContext *s, int stream_index, const uint8_t *buf, int size, int64_t pts) { NUTContext *nut = s->priv_data; StreamContext *stream= &nut->stream[stream_index]; ByteIOContext *bc = &s->pb; int key_frame = 0, full_pts=0; AVCodecContext *enc; int64_...
1threat
Typescript 3 Angular 7 StopPropagation and PreventDefault not working : <p>I have a text input inside a div. Clicking on the input should set it to focus and stop the bubbling of the div click event. I've tried the <code>stopPropagation</code> and <code>preventDefault</code> on the text input event but to no avail. The...
0debug
static void roqvideo_decode_frame(RoqContext *ri) { unsigned int chunk_id = 0, chunk_arg = 0; unsigned long chunk_size = 0; int i, j, k, nv1, nv2, vqflg = 0, vqflg_pos = -1; int vqid, bpos, xpos, ypos, xp, yp, x, y, mx, my; int frame_stats[2][4] = {{0},{0}}; roq_qcell *qcell; const u...
1threat
Parse a single CSV string? : <p>Is there a way that I can parse a single comma delimited string without using anything fancy like a csv.reader(..) ? I can use the <code>split(',')</code> function but that doesn't work when a valid column value contains a comma itself. The csv library has readers for parsing CSV files w...
0debug
static void tcg_opt_gen_movi(TCGContext *s, TCGOp *op, TCGArg *args, TCGArg dst, TCGArg val) { TCGOpcode new_op = op_to_movi(op->opc); tcg_target_ulong mask; op->opc = new_op; reset_temp(dst); temps[dst].state = TCG_TEMP_CONST; temps[dst].val = val; ...
1threat
void pcie_aer_inject_error_print(Monitor *mon, const QObject *data) { QDict *qdict; int devfn; assert(qobject_type(data) == QTYPE_QDICT); qdict = qobject_to_qdict(data); devfn = (int)qdict_get_int(qdict, "devfn"); monitor_printf(mon, "OK id: %s root bus: %s, bus: %x devfn: %x.%x\n", ...
1threat
Dependencies Between Workflows on Github Actions : <p>I have a monorepo with two workflows:</p> <p><code>.github/workflows/test.yml</code></p> <pre><code>name: test on: [push, pull_request] jobs: test-packages: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: test packages ...
0debug
Visual Studio shows 'Configure settings to improve performance' notification for ReSharper : <p>I am using Visual Studio Professional 2017 15.5.2 along with Resharper 2017.3.1. Every time I open VS, it throws notification</p> <blockquote> <p>Configure settings to improve performance.</p> </blockquote> <p>I tried ig...
0debug
whats the time complexity of my algorithm// plz help me out finding the time complexity of my code : i want to know the time complexity of my code. Plz help me out with my algorithm...... whats the time complexity of my algorithm// plz help me out finding the time complexity of my code { int q; int w; cout...
0debug
How to parse Unix timestamp to date string in Kotlin : <p>How can I parse a Unix timestamp to a date string in Kotlin?</p> <p>For example <code>1532358895</code> to <code>2018-07-23T15:14:55Z</code></p>
0debug