-
Gave Reputation to DINO_4 in generate random question
Hi good day, I need your help :) this is a C language "Write a program that accepts an input computed by a constant (10) Sequence of output: output sum … -
Replied To a Post in Increase followers in instagram
Seems it's been kicked around with methods such as buying likes and followers to working to become "internet famous." I won't do either as it's not something I need to … -
Began Watching Increase followers in instagram
What do you think about increase followers, or get likes and comments on your instagram. How can you do this? -
Replied To a Post in TECHNIQUES OF SEO
In your profile is this: > One Bpo Shop is a trusted name as a Digital Marketing Agency Shouldn't you be answering this question rather than asking? Of is this … -
Began Watching TECHNIQUES OF SEO
what techniques of SEO should use to increase website ranking? -
Replied To a Post in How to integrate your existing website with a SaaS booking engine?
Since no one answered I wonder if you meant you wanted to change to some cloud based system. -
Began Watching How to integrate your existing website with a SaaS booking engine?
I'm a travel agent running my business in an On-premise booking engine model with a basic website. I would like to upgrade my booking engine to a saas model. Give … -
Replied To a Post in Crossover Or Straight Through Cable For Etherchannel?
1. Which standard? The one in the product documentation. Don't guess. 2. Auto MDX? My choice would be mass produced cables, the straight ones. 3. "Cat6 are cables." Odd statement … -
Began Watching Crossover Or Straight Through Cable For Etherchannel?
Which standard to use if i want to have 4 cables for etherchannel? IF my switches supports auto mdix, does it matter which standrad we use? Cat6 are cables. -
Replied To a Post in I need help programming this
OK, what's next? What did you need help with? -
Began Watching I need help programming this
 -
Replied To a Post in Is CRO more than A/B testing?
I like what I'm reading at https://outfunnel.com/chief-revenue-officer/ As to two-weeks, that can be an eternity (too long) for some and too short for others. You'll have to read your company … -
Began Watching Is CRO more than A/B testing?
Hi, If you got hired as the guy responsible for CRO, what would be your daily routine? I'm asking that because I think I'm missing something about CRO day-by-day tasks. … -
Replied To a Post in Where is the SQL Server Database Trigger Wizard or Dialog Box?
Given your discussion tags, please read https://docwiki.embarcadero.com/RapidSQL/171/en/Database_Triggers_Wizard_(SQL_Server) -
Began Watching Where is the SQL Server Database Trigger Wizard or Dialog Box?
Where is the SQL Server Database Trigger Wizard or Dialog Box? This question is about SQL Server In the past, I have created a stored procedure that was run on … -
Replied To a Post in PEP/8 Assembly How to change numbers to roman numericals
Just so you know, this has both ENCODE and DECODE at one of my favorite sites: 1. Encode in over 150 languages -> https://www.rosettacode.org/wiki/Roman_numerals/Encode 2. Decode in over 123 languages … -
Began Watching PEP/8 Assembly How to change numbers to roman numericals
Just started learning PEP/8 what would the correct way to convert numbers into roman numericals? for exemple How can input let say 6 and have it come out as VI … -
Replied To a Post in How to calculate monthly combine sales ,annual sales in Java programming
I see your comment but there is no question yet. Maybe you are asking others to write what looks like homework or an assignment but didn't state that. That's OK, … -
Replied To a Post in How to calculate monthly combine sales ,annual sales in Java programming
What is the question here? -
Began Watching How to calculate monthly combine sales ,annual sales in Java programming
A shop owner has 2 outlets namely a High Street Branch and Mall Branch, before Covid19 lockdown the respective shops recorded sales as follows: High Street Branch Quarter Sales Q1 … -
Replied To a Post in can someone help me with this question? (c++)
I can't find your question! -
Began Watching can someone help me with this question? (c++)
The arithmetic mean of two numbers is the result of dividing their sum by 2. The geometric mean of two numbers is the square root of their product. The harmonic … -
Replied To a Post in Notice: A non well formed numeric value encountered in C:\wamp64\www\Projec
Per https://www.php.net/manual/en/migration71.other-changes.php I'd want to know what the strings hold so I can diagnose. -
Began Watching Notice: A non well formed numeric value encountered in C:\wamp64\www\Projec
Hello. My name is Eben and I'm a beginner in php. I've been getting this error message "Notice: A non well formed numeric value encountered in C:\wamp64\www\Project\FeePayment.php on line 145". … -
Replied To a Post in Java Stack Class
According to https://www.geeksforgeeks.org/stack-data-structure-introduction-program/ there are two ways. I tend to not overthink this sort of work so "best" would be what method works and I can maintain for years to … -
Began Watching Java Stack Class
I was recently started to learn Java (3 months back started), It's going well, learned a lot. I am reffering this [website](https://www.scaler.com/topics/stack-class-in-java/) to undersatand about **Java Stack Class**. Can someone … -
Endorsed dimitrilc
-
Endorsed dimitrilc
-
Replied To a Post in Hi everyone, I'm KritikaParabh
Welcome Krit. What query? -
Began Watching Hi everyone, I'm KritikaParabh
Hey Everyone, My name is kritika parbha and i'm Software developer at Codesparrk.com Hope i will get anwars of my query. -
Gave Reputation to timborn43 in I am searching for best marketing course
Digital marketing is the best seo course -
Replied To a Post in Help fixing so text doesn't repeat
It looks to be a logic error. Try this and compare to your code: #include <iostream> #include <cstdlib> #include <time.h> using namespace std; int main() { srand(static_cast<int>(time(0))); int secret = … -
Began Watching Help fixing so text doesn't repeat
#include <iostream> #include <cstdlib> #include <time.h> using namespace std; int main() { srand(static_cast<int>(time(0))); int secret = rand() % 10 + 1; int guess; cout << "Guess a number between 1 … -
Replied To a Post in How to save connection result in a variable in Node.js ?
Again I can't guess your end goals but yes, MySQL does allow such a query. Example: https://www.quora.com/Can-I-join-tables-from-different-databases You may want to restate your topic question. I don't mind that your … -
Replied To a Post in Hi everyone, I'm Bonga_1
https://www.tutorialspoint.com/cplusplus/cpp_passing_arrays_to_functions.htm seems to talk about this. -
Began Watching Hi everyone, I'm Bonga_1
Hello everyone I am a c++ beginner programmer, currently doing finalising classes. I wish to be assisted in fixing my code. I want to pass an array of objects as … -
Replied To a Post in Reading registry key / subkey vb.net
It appears line 18 returned null which is a correct response according to https://docs.microsoft.com/en-us/dotnet/api/microsoft.win32.registrykey.opensubkey?view=net-5.0 You'll have to test for that condition. -
Began Watching Reading registry key / subkey vb.net
I'm getting an error I'm very new to vb.net and designing an application with visual studio 2019. My application is to Read the registry key open subkey to retrieve displayname … -
Replied To a Post in Computer wont turn on, power light blinks
For Fr@nkyfrank, The most likely cause is what you did last. Put the old battery back, do the usual CMOS/RTC reset and consider that posting under a 15 year discussion … -
Replied To a Post in Moving mouse cursor with keyboard
Thanks RJ. There are examples of that out there. Here's just one of many: https://www.autohotkey.com/boards/viewtopic.php?t=32532 -
Replied To a Post in How to get all lookups from a lookup field in Dynamics 365 CRM in C# Plugin
Looks like I'll have to bow out here as I don't know this setup. Maybe it's Visual Studio, C# and such but there's not enough here for me to follow … -
Replied To a Post in Moving mouse cursor with keyboard
When I read this, I think "this looks like a job for AutoHotkey (AHK.)" Such as https://autohotkey.com/board/topic/37947-turn-keyboard-into-mouse/ You can assign these moves as you see fit and I recall AHK … -
Began Watching Moving mouse cursor with keyboard
What I would like to do is to register a couple of shortcuts to move the mouse cursor. The cursor should jump from the one square area of the screen … -
Replied To a Post in How to get all lookups from a lookup field in Dynamics 365 CRM in C# Plugin
My question is still: What does this C# code plug into? Again, some call a method or function a plugin so let's clear this up. -
Replied To a Post in How to get all lookups from a lookup field in Dynamics 365 CRM in C# Plugin
What does this C# plug into? That's unclear. Sometimes I find a person call a method or function a "plugin" so let's clear that up now. That asked, I see … -
Began Watching How to get all lookups from a lookup field in Dynamics 365 CRM in C# Plugin
i made a little crm app that has the Entities : Contact, Campus, Sub Campus, the contact has lookup fields for campus and sub campus. (each sub campus is related … -
Replied To a Post in how can I add a counter variable loop for n?
Frankly this example code is a fine example of poor coding practices. The variables declared in lines 5 and 6 don't convey what they are going to be used for … -
Began Watching how can I add a counter variable loop for n?
#include <iostream> using namespace std; int main() { int a, b; char c, d; cin >> a >> b >> c >> d; for (int row = 1; row <= … -
Replied To a Post in Feeling lost with chapter project.
One suggestion. Just like we do with dollars and cents, you should change your time to just full minutes to save constantly juggling hours and minutes. -
Began Watching Feeling lost with chapter project.
Good afternoon guys, I am reaching out for help on C++. I just started the semester taking the Computer programming 1 at my college which is taught in C++. I …
The End.