problem
stringlengths
26
131k
labels
class label
2 classes
How to change default color of points in ggplot2 conditional aes? : <p>I want to change the default colors (currently blue and red) of the points in ggplot2 to another color set.</p> <pre><code>ggplot(data = mpg) + geom_point(mapping = aes(x = displ, y = hwy, color=displ&lt;5)) </code></pre> <p><a href="https://i....
0debug
Make a horizontal scroll menu in Javascript : <p>I want to create a horizontal scrolling menu like Pinterest:</p> <p><a href="https://i.stack.imgur.com/65YXe.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/65YXe.png" alt="enter image description here"></a></p> <p>I don't want to use Bootstrap or re...
0debug
static void external_snapshot_prepare(BlkActionState *common, Error **errp) { int flags = 0; QDict *options = NULL; Error *local_err = NULL; const char *device; const char *node_name; const char *snapshot_ref; const char *new_i...
1threat
C# Error CS0019, Operator '*' cannot be applied to operands of type 'double[]' and 'double' : <p>I have tried working on a vector addition code in C#, and part of it involves using math to determine X and Y values for a vector, and for some reason it gives me the error saying I cannot multiply an array value with a dou...
0debug
Block ads with HTML/JS? : Thank you for reading. I don't know where this belongs so please don't downvote it, if you can help, it would be greatly appreciated. I have a site ([forum.tdp4teambattle.com][1]) and recently, i started getting ads in the footer. I looked in the footer and there is no code for the ad. I'm th...
0debug
Need to break transpose at specific rows depending on the cell content. How? : So I am working on this excel/spreadsheet project where I have to achieve: **FROM: (assuming that Fruit is in cell A1)** [I have this][1] TO: (Assuming that Fruit Summary is in Cell I1) [I want to achieve this][2] Banging my head ...
0debug
How do you redirect input as out put with ReadLine and WriteLine? (Noob) : <p>i am trying to create a small game but i want the user to input his name so the game is a bit more realistic! how???? i am trying to make it so if you enter 3 (case 3) the application just closes! This is the code!</p> <pre><code>using Syste...
0debug
Informing Haskell that `(Reverse (Reverse xs)) ~ xs` : <p>If <code>Reverse :: [k] -&gt; [k]</code> is a type family then Haskell cannot tell that <code>(Reverse (Reverse xs)) ~ xs</code>. Is there a way to let the type system know this without any runtime cost?</p> <p>I'm tempted to just use <code>unsafeCoerce</code>...
0debug
void mips_r4k_init (ram_addr_t ram_size, int vga_ram_size, const char *boot_device, const char *kernel_filename, const char *kernel_cmdline, const char *initrd_filename, const char *cpu_model) { char buf[1024]; unsigned long bios_offset; int...
1threat
How to Send Loop value to another page? : <p>I try to send loop variable to another page with url and GET. but $_GET just only print the last value.</p> <p>This My code now</p> <pre><code> ... //example $codereg[0] = 6; $codereg[1] = 2; $codereg[2] = 67; if ($option =='sent') { foreach($codereg as $ids) ...
0debug
firebase cloud messaging: setBackgroundMessageHandler not called : <p>I am prototyping browser push notifications with FCM. I just copied the example code from the quickstart (<a href="https://github.com/firebase/quickstart-js/tree/master/messaging" rel="noreferrer">https://github.com/firebase/quickstart-js/tree/master...
0debug
static int nbd_co_receive_request(NBDRequestData *req, NBDRequest *request, Error **errp) { NBDClient *client = req->client; g_assert(qemu_in_coroutine()); assert(client->recv_coroutine == qemu_coroutine_self()); if (nbd_receive_request(client->ioc, request, err...
1threat
Convert HTML Table to CSS : I am attempting to convert this table layout to it's CSS equivalent using divs. <table class="ourwork-table" cellpadding="0" cellspacing="0"> <tr> <td><a href="http://www.google.com"><img src="http://cdn.sixrevisions.com/0476-01-responsive-images-demo/images/image01.jpg" />...
0debug
Way to print dictionary as a list : <p>So I have a dictionary which is like - </p> <pre><code> {'gaining': 34, 'Tinga': 42, 'small': 39, 'legs,': 13,}. </code></pre> <p>Is there a way in which i can print it out so that it becomes a list like - </p> <pre><code> [ gaining, Tinga, small, legs ] </code></pre> <p>So ...
0debug
How can i #download #reactjs in to #windows : How can i #download reactjs in to #windows ? I tried this link facebook.github.io/react/downloads.html but couldn't find the starter kit download option. I am new to reactjs, just trying to learn, so can anyone help.
0debug
static int vaapi_encode_issue(AVCodecContext *avctx, VAAPIEncodePicture *pic) { VAAPIEncodeContext *ctx = avctx->priv_data; VAAPIEncodeSlice *slice; VAStatus vas; int err, i; char data[MAX_PARAM_BUFFER_SIZE]; size_t bit_len; av_log(avctx, AV_LOG_DEBUG...
1threat
static void png_save2(const char *filename, uint32_t *bitmap, int w, int h) { int x, y, v; FILE *f; char fname[40], fname2[40]; char command[1024]; snprintf(fname, 40, "%s.ppm", filename); f = fopen(fname, "w"); if (!f) { perror(fname); exit(1); } fpri...
1threat
static void bt_hci_inquiry_result(struct bt_hci_s *hci, struct bt_device_s *slave) { if (!slave->inquiry_scan || !hci->lm.responses_left) return; hci->lm.responses_left --; hci->lm.responses ++; switch (hci->lm.inquiry_mode) { case 0x00: bt_hci_inquiry_re...
1threat
Visual Studio Code - automatic closing HTML tags : <p>I am working with Visual Studio Code and I am looking for an extension to close automatically the HTML tags. I know that Sublime has this feature but I was wondering if it is possible in VSC. Thank you!</p>
0debug
Cannot convert a date like yyyymmddThhmmss0+0000 : <p>I am getting data from a webservice but they send date with this format "yyyymmddThhmmss0+0000" and when i try to create a new DateTime from this format i get this error "DateTime::__construct(): Failed to parse time string ..."</p> <ul> <li>example: "20161122T103...
0debug
Debug assertion failed C : I'm writing a program that allows users to add a question that has 4 answers, right answer, date, author and level of complexity, also the program has functions for reading all the questions and deleting a question. When I choose the option add a question and i insert all of the characteristi...
0debug
Way to create only one reference for all my js files in my html page : <p>I have a lot of js files in my View(html page),and I wonder if there is a way to combine all my js reference to one ref . </p>
0debug
cleaning/parsing JSON with python : Can anyone help to clean below JSON "1-Transaction Transfer Info Segment-F2":{"Selling Store Number":"01818","Transaction Date":"2014-09-08","Transaction Time":"05:45:49","Transaction Service Type":"I","IP Time Id":"118180546186"} I want to clean this json as below 1-Transa...
0debug
static hwaddr ppc_hash64_pteg_search(PowerPCCPU *cpu, hwaddr hash, ppc_slb_t *slb, bool secondary, target_ulong ptem, ppc_hash_pte64_t *pte) { CPUPPCState *env = &cpu->env; int i; uint64_t token; target_ulong pte0, pte1; ...
1threat
Automatic self-configuration of an etcd cluster as a Docker swarm service : <p>I want to find a way to deploy an etcd cluster as a Docker Swarm service that would automatically configure itself without any interaction. Basically, I think of something in spirit of this command: </p> <pre><code>docker service create --n...
0debug
static int do_fork(CPUArchState *env, unsigned int flags, abi_ulong newsp, abi_ulong parent_tidptr, target_ulong newtls, abi_ulong child_tidptr) { CPUState *cpu = ENV_GET_CPU(env); int ret; TaskState *ts; CPUState *new_cpu; CPUArchState *new_env; si...
1threat
static int vnc_set_x509_credential_dir(VncDisplay *vs, const char *certdir) { if (vnc_set_x509_credential(vs, certdir, X509_CA_CERT_FILE, &vs->x509cacert, 0) < 0) goto cleanup; if (vnc_set_x509_credential(vs, certdir, X509_CA_CRL_FILE, &vs->x509cacrl, 1) < 0) goto cleanup; if (vnc_set_x5...
1threat
I got an idex: 10; from terminal of vs code : I was studying regex in javascript . my ide is vs cde and suddenly i got a reply from terminal " [ 'xyz', index: 10, input: 'this is a xyz test' ]" . what i did was "console.log(value.match(pattern));" and my other code was " let pattern = /xyz/; let value = 'this is a xy...
0debug
static void term_up_char(void) { int idx; if (term_hist_entry == 0) return; if (term_hist_entry == -1) { for (idx = 0; idx < TERM_MAX_CMDS; idx++) { if (term_history[idx] == NULL) break; } term_hist_entry = idx; } term_hist_entry--; if (term_hist_entry >= 0) { strc...
1threat
static void dec_load(DisasContext *dc) { TCGv t, *addr; unsigned int size; size = 1 << (dc->opcode & 3); LOG_DIS("l %x %d\n", dc->opcode, size); t_sync_flags(dc); addr = compute_ldst_addr(dc, &t); sync_jmpstate(dc); if ((dc->env->pvr.regs[2] & PVR2_UNALIGNED_...
1threat
JSON formatted logging with Flask and gunicorn : <p>I am trying to do something very similar to what's explained here: <a href="https://sebest.github.io/post/protips-using-gunicorn-inside-a-docker-image/" rel="noreferrer">https://sebest.github.io/post/protips-using-gunicorn-inside-a-docker-image/</a></p> <p>I want to ...
0debug
i have a tabel and i what colored red : https://i.stack.imgur.com/qFt8X.png - what i have https://i.stack.imgur.com/xkSqT.png - what i need i want code for color tabel red. i know is not hard.. but can you help me guys please? i try to search on internet and nothing good. i find only how to background the t...
0debug
static int aac_decode_frame_int(AVCodecContext *avctx, void *data, int *got_frame_ptr, GetBitContext *gb, AVPacket *avpkt) { AACContext *ac = avctx->priv_data; ChannelElement *che = NULL, *che_prev = NULL; enum RawDataBlockType elem_type, che_prev_type = TYPE_END; i...
1threat
void ioinst_handle_ssch(S390CPU *cpu, uint64_t reg1, uint32_t ipb) { int cssid, ssid, schid, m; SubchDev *sch; ORB orig_orb, orb; uint64_t addr; int ret = -ENODEV; int cc; CPUS390XState *env = &cpu->env; uint8_t ar; addr = decode_basedisp_s(env, ipb, &ar); if (addr &...
1threat
old and boring nameerror: device is not defined : i know there are a lot of people asking a similar question and i also understand what the answers are trying to say but no matter what i try,it just doesnt work. someone help! here is my code (well a shorter version) import random ##opening all the f...
0debug
static inline void iwmmxt_load_reg(TCGv var, int reg) { tcg_gen_ld_i64(var, cpu_env, offsetof(CPUState, iwmmxt.regs[reg])); }
1threat
Why do I need rebinding/shadowing when I can have mutable variable binding? : <p>Why do I need rebinding/shadowing when I can have mutable variable binding? Consider:</p> <pre><code>let x = a(); let x = b(x); </code></pre> <p>vs.</p> <pre><code>let mut x = a(); x = b(x); </code></pre> <p>Mutable variable binding al...
0debug
static uint16_t dummy_section(MemoryRegion *mr) { MemoryRegionSection section = { .mr = mr, .offset_within_address_space = 0, .offset_within_region = 0, .size = int128_2_64(), }; return phys_section_add(&section); }
1threat
String methods with higher-order functions : <p>I ran into a weird thing while trying to use String methods with higher-order functions. This will throw an error:</p> <pre><code>['a', 'b'].some('boo'.includes) </code></pre> <p>I have to wrap the predicate in another function to make it work. But isn't <code>'boo'.inc...
0debug
php code inside divs inside a php array : <p>Hi guys sorry for the bad english :) i have this code below that echo the some divs defined inside the array i want to include a php page (example below ) inside those divs : </p> <pre><code>&lt;?php $items =array( '&lt;div id="o-31" class="col-sm-6 col-m...
0debug
SDState *sd_init(BlockDriverState *bs, bool is_spi) { SDState *sd; if (bs && bdrv_is_read_only(bs)) { fprintf(stderr, "sd_init: Cannot use read-only drive\n"); return NULL; } sd = (SDState *) g_malloc0(sizeof(SDState)); sd->buf = qemu_blockalign(bs, 512); sd->spi = i...
1threat
how to edit frontend without plugins in wordpress? : I have a WP website with template files having static html content but now I need that content to be editable from WP backend. I am aware about the_content and custom fields but the content that we have is not at one fixed place so can we have a front-end edit button...
0debug
how to access history object in new React Router v4 : <p>I have tried all the suggested ways in other threads and it is still not working which is why I am posting the question.</p> <p>So I have <code>history.js</code> looking like this</p> <pre><code>import { createBrowserHistory } from 'history'; export default cr...
0debug
uint64_t helper_cmpbge(uint64_t op1, uint64_t op2) { #if defined(__SSE2__) uint64_t r; { typedef uint64_t Q __attribute__((vector_size(16))); typedef uint8_t B __attribute__((vector_size(16))); Q q1 = (Q){ op1, 0 }; Q q2 = (Q){ op2, 0 }; q1 = (Q...
1threat
What is the Angular4 "Change" event trigger directive in Textarea : <p>Here is one of the versions that I tried INSIDE TEXTAREA: (change)="dosomething($event)"</p> <p>and it's not doing anything. What is the directive for "change"?</p>
0debug
Spark: Convert column of string to an array : <p>How to convert a column that has been read as a string into a column of arrays? i.e. convert from below schema</p> <pre><code>scala&gt; test.printSchema root |-- a: long (nullable = true) |-- b: string (nullable = true) +---+---+ | a| b| +---+---+ | 1|2,3| +---+--...
0debug
docker-compose.yml for elasticsearch 7.0.1 and kibana 7.0.1 : <p>I am using Docker Desktop with linux containers on Windows 10 and would like to launch the latest versions of the elasticsearch and kibana containers over a docker compose file.</p> <p>Everything works fine when using some older version like 6.2.4.</p> ...
0debug
Is there an alternate way instead of Exceptional handling to handle exceptions? : import java.sql.SQLException; public class JDBC { public void create(User user) throws SQLException { try ( Connection connection = dataSource.getCon nection(); PreparedStatement statement = connec...
0debug
Android BiometricPrompt Compat library : <p>Hi as mention in <a href="https://android-developers.googleblog.com/2018/06/better-biometrics-in-android-p.html" rel="noreferrer">this</a> post there is <strong>BiometricPrompt API</strong> for devices supporting Android O and lower but I am unable to find out <strong>Biometr...
0debug
Why is var x = x = x || {} more thorough than var x = x || {}? : <p>In my endeavour to write clean Javascript code as a beginner, I was recently reading <a href="https://addyosmani.com/blog/essential-js-namespacing/" rel="noreferrer">this article</a> about namespacing in JavaScript when I stumbled upon this paragraph:<...
0debug
How to sort an array of dictionaries : <p>I have an array of dictionaries that looks like the following:</p> <pre><code>locationArray [{ annotation = "&lt;MKPointAnnotation: 0x7fb75a782380&gt;"; country = Canada; latitude = "71.47385399229037"; longitude = "-96.81064609999999"; }, { annotation = "&...
0debug
A Function with multiple outputs in C# : <p>I want to define a function with two outputs. The first one is a boolean variable and the second one is 2D array with unknown numbers of rows and columns but the array will be defined if the boolean variable is true and if the boolean variable is false, the array is not defin...
0debug
Using django signals in channels consumer classes : <p>I am trying to develop an auction type system, where a customer makes an order, and then different stores can offer a price for that order. </p> <p>An interesting part of this system is that when the order is initially created, the available stores will have 60 se...
0debug
start_list(Visitor *v, const char *name, Error **errp) { StringInputVisitor *siv = to_siv(v); parse_str(siv, errp); siv->cur_range = g_list_first(siv->ranges); if (siv->cur_range) { Range *r = siv->cur_range->data; if (r) { siv->cur = r->begin; } } ...
1threat
Assigning file lines to lists in python : <p>I have a "samples" file containing numbers in two lines(separated by a single space):<br> 12 24 36<br> 45 56 67</p> <p>I would like to add these two lines in python to two lists which list1 then becomes ['12','24','36'] and the list2 becomes ['45','56','67']. I have written...
0debug
Python Pattern Matching : Identifying blocks (of variable length) of numbers that must occur in a consecutive sequence : Problem Statement: An array is accepted if and only if it has the following structure: - First a1 elements equal 1. - Next a2 elements equal 2. - Next a3 elements equal 3. - Next a4 elements ...
0debug
How add a third Jlist in this example : guys. I'm starting programming, learning a little Swing, i was praticing using the the Visual IDE of Netbeans that is easy, i just click on the components to add to Form. I found a example in internet that have 2 Jlists, i need to add a third, but i dont know cause there's no gra...
0debug
Android Room Exceptions : <p>What kinds of exceptions I should consider while working with Android Room. From my research I found out that there is only one exception that might occur.</p> <p><a href="https://developer.android.com/reference/android/arch/persistence/room/package-summary#exceptions" rel="noreferrer">Roo...
0debug
ASP.Net query: adding a value from one table to another table where the ID´s match : So my problem is: I have a club table with a ClubId. This table has a field with the badge reference string. (I´ll acces the Picture itself through wwwroot). I now have a table with results. This results table has a hometeamId a home...
0debug
define multiple variables on jacascript : I am struggling to define multiple variables: var city_NAME = ("Birmingham" , "London"); // **various code i cannt share** if(thisLoc.getName() == City_NAME) { The issue solely lies on the: **var city_NAME = ("Birmingham" , "London"); //** because it is o...
0debug
Javascript unit test-Give a fake value to the variables initialized by constructor : I have a class Test.ts:- class Test { public property1: string; public property2: boolean; constructor(property1, property2) { ...
0debug
How to resolve 'A get or set accessor expected' compile error C# : Hi I'm trying to write some code that will set a countdown timer in C# but I'm getting a compile error A get or set accessor expected Looking around it seems that I'm missing some () somewhere, but I'm not really sure where the issue is. Here's th...
0debug
Text in my heading should be top not bottom : <p>I have a table it looks like <a href="http://oi65.tinypic.com/2meu6ud.jpg" rel="nofollow">this</a>, but the table headings should be on the same height(top)/ start at the same line.</p> <p>What shall I write in my css:</p> <pre><code>table th{ ... } </code></pre>
0debug
static int mpegts_probe(AVProbeData *p) { const int size = p->buf_size; int maxscore = 0; int sumscore = 0; int i; int check_count = size / TS_FEC_PACKET_SIZE; #define CHECK_COUNT 10 #define CHECK_BLOCK 100 if (check_count < CHECK_COUNT) return 0; for (i = 0; i<check_c...
1threat
Why (void) between two comma separated statements in a for loop : <p>The following code comes from an implementation example of <code>std::lexicographical_compare</code> on <a href="http://en.cppreference.com/w/cpp/algorithm/lexicographical_compare" rel="noreferrer">cppreference.com</a>:</p> <pre><code>template&lt;cla...
0debug
static void virtio_ccw_post_plugged(DeviceState *d, Error **errp) { VirtioCcwDevice *dev = VIRTIO_CCW_DEVICE(d); VirtIODevice *vdev = virtio_bus_get_device(&dev->bus); if (!virtio_host_has_feature(vdev, VIRTIO_F_VERSION_1)) { dev->max_rev = 0; } }
1threat
static void put_int64(QEMUFile *f, void *pv, size_t size) { int64_t *v = pv; qemu_put_sbe64s(f, v); }
1threat
Difference between symbolic differentiation and automatic differentiation? : <p>I just cannot seem to understand the difference. For me it looks like both just go through an expression and apply the chain rule.. What am I missing?</p>
0debug
int nbd_client_co_pwritev(BlockDriverState *bs, uint64_t offset, uint64_t bytes, QEMUIOVector *qiov, int flags) { NbdClientSession *client = nbd_get_client_session(bs); struct nbd_request request = { .type = NBD_CMD_WRITE, .from = offset, .len = bytes, ...
1threat
Why am I getting nan back from a variable and not a number : why is it when I alert either of cont_home_h or cont_other_h I get nan? but if I alert the variables wind_h, slider_h or head_img_h I get a their height. Have I done the calculation wrong? if you need the css I will create a demo but I'm hoping you can just s...
0debug
static void tpm_passthrough_worker_thread(gpointer data, gpointer user_data) { TPMPassthruThreadParams *thr_parms = user_data; TPMPassthruState *tpm_pt = thr_parms->tb->s.tpm_pt; TPMBackendCmd cmd = (TPMBackendCmd)data; DPRINTF("tpm_passthrough: processi...
1threat
Why can I collect a parallel stream to an arbitrarily large array but not a sequential stream? : <p>From answering <a href="https://stackoverflow.com/q/49760006/7294647">this question</a>, I ran into a peculiar feature. The following code works as I assumed it would (the first two values within the existing array woul...
0debug
My wordpress website got hacked and is being redirected to some unknown source : I don't know how it happened but since few days ago some code appeared inside my "functions.php" header (My website doesn't work whenever I remove this unknown code); And it seems to redirect and mirroring everything to some unknown source...
0debug
db.execute('SELECT * FROM employees WHERE id = ' + user_input)
1threat
Laravel: connect to databases dynamically : <p>I'm creating an application in Laravel 5(.1) where it is needed to connect to different databases. The only problem is that it's not known which databases it has to connect to, so making use of the database.php in config is not possible. A controller is in charge of making...
0debug
adding number in android using kotlin : Hello guyys i'm new here I am trying to add numbers with 3 edittexts and i want to display it on text view with a calculate button but there's something wrong with kotlin code as I'm newbie here's my code class Add : AppCompatActivity() { override fun onCreate(...
0debug
Azure web app redirect http to https : <p>I use Azure cloud with web app and my server side written on <code>nodejs</code>. When web app receive a http request I want to redirect the request to https I found the solution. I put that to my web.config file inside the <code>rules</code> tag </p> <pre><code> &lt;ru...
0debug
static uint32_t iommu_mem_readw(void *opaque, target_phys_addr_t addr) { IOMMUState *s = opaque; target_phys_addr_t saddr; uint32_t ret; saddr = (addr - s->addr) >> 2; switch (saddr) { default: ret = s->regs[saddr]; break; case IOMMU_AFAR: case IOMMU_AFSR: ...
1threat
static void tgen_setcond(TCGContext *s, TCGType type, TCGCond cond, TCGReg dest, TCGReg c1, TCGArg c2, int c2const) { int cc; switch (cond) { case TCG_COND_GTU: case TCG_COND_GT: do_greater: tgen_cmp(s, type, cond, c1, c2, c2const, true); ...
1threat
How I can Count an Integer Value from Edittext Android : i really new in android programming i wanna make a application that can count how many number you input in 'editText',but unfortunately i can't find any method that can count how many integer i input thanks for helping me best regrads
0debug
How do you implement strtol under const-correctness? : <p>According to <a href="http://www.cplusplus.com/reference/cstdlib/strtol/">http://www.cplusplus.com/reference/cstdlib/strtol/</a> this function has a signature of <code>long int strtol (const char* str, char** endptr, int base)</code>.</p> <p>I wonder, though: I...
0debug
Why is the select not visible entirely? : using MaterializeCSS, there is a modal window with a form. It is expected that there will be a lot of option in select, however, as you can see in the screenshot, the modal window "overlaps" the option part. How to win? [![enter image description here][1]][1] [1]: https...
0debug
static void rtsp_cmd_describe(HTTPContext *c, const char *url) { FFStream *stream; char path1[1024]; const char *path; uint8_t *content; int content_length, len; struct sockaddr_in my_addr; url_split(NULL, 0, NULL, 0, NULL, path1, sizeof(path1), url); path = path1; ...
1threat
static void test_leak_bucket(void) { throttle_config_init(&cfg); bkt = cfg.buckets[THROTTLE_BPS_TOTAL]; bkt.avg = 150; bkt.max = 15; bkt.level = 1.5; throttle_leak_bucket(&bkt, NANOSECONDS_PER_SECOND / 150); g_assert(bkt.avg == 150); g_assert(bkt.max == 15); g_assert(double...
1threat
window.location.href = 'http://attack.com?user=' + user_input;
1threat
How to get attribues from XML in c# : i am getting output xml format in that can able to access appointment-nbr, but i am not able to eqid.How can i get slot-start,slot-end,eqid. > <appointment-nbr>494</appointment-nbr> <slot > slot-start="2018-07-16T12:31:00" slot-end="2018-07-16T13:00:00" /> > <ap...
0debug
Functions and loops for filtering : <p>Working on a homework assignment and am at a loss. Included is a screenshot of the code in Enthought Canopy. I'm confused on how to code out the rest of the function to enable loop filtering. Any help would be greatly appreciated. <a href="https://i.stack.imgur.com/LNO53.png" rel=...
0debug
Binding a configuration to an object graph in .NET Core 2.0 : <p>I'm making a .NET Core 2.0 app and I need to configure it. I'm looking at <a href="https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?tabs=basicconfiguration#bind-to-an-object-graph" rel="noreferrer">this documentation</a> and it see...
0debug
Website content and member database ids : <p>Why are some websites programmed to start member ids at 1 where as some websites start off the member ids like 30000000000000000 or even a random hash?</p> <p>For example, popular forum software such as vbulletin, invision power board, xenforo, etc have their members ids st...
0debug
Hey guys! I need some help here with jquery. I am trying to pass a variable in eq. : <html> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> </head> <body> <form method="post" action="#" enctype="multipart/form-data"> <div id=parent_div0...
0debug
using JSON causes my app to crash : i posted this app before but i had a problem with sharedpreference .. now i have a problem with json .. my app started to crash just when i open it .. that started after i used JSON so here is the main activity.. public class MainActivity extends AppCompatActivity { ...
0debug
void pcie_host_mmcfg_init(PCIExpressHost *e, uint32_t size) { assert(!(size & (size - 1))); assert(size >= PCIE_MMCFG_SIZE_MIN); assert(size <= PCIE_MMCFG_SIZE_MAX); e->size = size; memory_region_init_io(&e->mmio, OBJECT(e), &pcie_mmcfg_ops, e, "pcie-mmcfg", e...
1threat
How to add a class name to div in javascript : <p>I have a simple script that calls my onepage-scroll.js script. How can I set the class name for <code>div</code> (which is a container) in case of this script? I've broke my head of trying to solve this problem - unfortunately my javascript knowledge is too poor at the ...
0debug
static int sipr_decode_frame(AVCodecContext *avctx, void *datap, int *data_size, AVPacket *avpkt) { SiprContext *ctx = avctx->priv_data; const uint8_t *buf=avpkt->data; SiprParameters parm; const SiprModeParam *mode_par = &modes[ctx->mode]; GetBitContext gb; ...
1threat
static gboolean check_old_packet_regular(void *opaque) { CompareState *s = opaque; colo_old_packet_check(s); return TRUE; }
1threat
please help me Archive option is not active in android project : [I cannot Archive my app][1] Archive option is not active in android project or in build menu is not active [1]: https://i.stack.imgur.com/vyrSq.png
0debug
Best practise to handle Exception in thread "main" java.lang.NullPointerException from Bean class : <p>Am using Bean class to get/set value for the attributes. In some cases am gettig <code>Exception in thread "main" java.lang.NullPointerException</code> error due to the value is null. What will be the best practice to...
0debug
static int qemu_chr_open_socket(QemuOpts *opts, CharDriverState **_chr) { CharDriverState *chr = NULL; TCPCharDriver *s = NULL; int fd = -1; int is_listen; int is_waitconnect; int do_nodelay; int is_unix; int is_telnet; int ret; is_listen = qemu_opt_get_bool(opt...
1threat
AVFilterContext *avfilter_graph_get_filter(AVFilterGraph *graph, char *name) { int i; if(!name) return NULL; for(i = 0; i < graph->filter_count; i ++) if(graph->filters[i]->name && !strcmp(name, graph->filters[i]->name)) return graph->filters[i]; return NULL; }...
1threat
How do i create a brute force function in python without using any API and other library? : I know there are already some answers here. But see my code what i wanna do. genpass = '' #This is the password that we want to crack. psd = 'feed' #This is characters list. This is an array. c...
0debug