Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
huge
- Page 1
Best Ways to Print a High-Quality Book Cover
Digital Media
UI / UX Design
2 Weeks Ago
by Zachary_6
… type, finish (glossy vs. matte), and resolution can make a
huge
difference in the final product. What printing services do you…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
4 Weeks Ago
by Dani
… loads. Some ads are well written and some are a
huge
drain on all CWV factors, so that also makes it…
Re: How to Hire Mobile App Developer in Russia
Programming
Mobile Development
1 Week Ago
by Dani
… know from other threads in these forums, I'm a
huge
supporter of Upwork. I know that they've chosen to…
Re: which language do i start leaning in 2025
Programming
Software Development
1 Week Ago
by retseaz77
… spoken and super useful for travel and business Mandarin Chinese –
huge
global economy advantage French – still very relevant in international diplomacy…
Re: Best Ways to Print a High-Quality Book Cover
Digital Media
UI / UX Design
2 Weeks Ago
by rproffitt
"Never judge a book by its cover." - Unknown. And book sales are way way down. But here's the book I recently bought. It's title is: ***"The Subtle Art of Resistance: Lessons from Cats for Surviving Fascism"*** which is the problem of today. PDFs and E-books are where it's at.
Hi everyone, I'm Jason_70
Community Center
Say Hello!
1 Month Ago
by JasonMango
… here for it all! Beyond coding, I'm also a
huge
movie buff. I love discussing films, sharing recommendations, and exploring…
How To Start With Flutter App Development?
Programming
Mobile Development
1 Month Ago
by James_228
I have a
huge
doubt. Let me know if you can help me out.
Re: How is digital marketing important for business?
Digital Media
Digital Marketing
2 Months Ago
by chris_108
… really makes marketing more effective. And yes, affordability is a
huge
factor. Digital marketing has leveled the playing field for small…
Re: I'm Tired! How to Increase Social Media Followers
Digital Media
Digital Marketing
2 Months Ago
by Langflow
Growing social media followers can feel exhausting, but consistency is key! Engaging content, regular posting, and interacting with your audience can make a
huge
difference. Keep going—it takes time, but it’s worth it!
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by gediminas.bukauskas.7
…. Pack loadable items into bundles and don't use one
huge
bundle: create collection of bundles. Switch on JavaScript type=module…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by Dani
… giving me an LCP of 1.1s, so certainly a
huge
difference there. FCP, total blocking time, CLS (0), and speed…
Re: I'm Tired! How to Increase Social Media Followers
Digital Media
Digital Marketing
1 Month Ago
by Yenjeff
Posting consistently helps a lot, but engagement is key. I make sure to reply to comments, ask questions, and interact with similar pages. It makes a
huge
difference in visibility.
Re: Hi everyone, I'm Jason_70
Community Center
Say Hello!
1 Month Ago
by Dani
Hi Jason! Welcome to DaniWeb. What genre of movies are you into? I’m all about sci-fi/fantasy that makes you think. After sitting in a chair for 2 hours, I want to end up feeling like I got something out of it. It made me think about something in a different way, etc. My husband likes dumb comedy and it drives me crazy.
Re: Hi everyone, I'm Jason_70
Community Center
Say Hello!
1 Month Ago
by Reverend Jim
>I’m all about sci-fi/fantasy that makes you think Definitely give [The Man From Earth](https://www.imdb.com/title/tt0756683/) a go. You can watch it for free on youtube. I'm always up for discussions on movies, good or bad.
Re: Hi everyone, I'm Jason_70
Community Center
Say Hello!
1 Month Ago
by Dani
> So, a Spaceballs fan? Oh, of course! That and Galaxy Quest. :-P
Re: Hi everyone, I'm Jason_70
Community Center
Say Hello!
1 Month Ago
by Reverend Jim
>So, a Spaceballs fan Hated Spaceballs. Loved Galaxy Quest. I find most Mel Brooks comedy to be too low brow, with the exception of Young Frankenstein and Blazing Saddles.
Re: Hi everyone, I'm Jason_70
Community Center
Say Hello!
1 Month Ago
by Salem
> And of course the line "Would you like some toast?" -Talky Toaster, everyone's favorite breakfast companion. Aah, so you're a waffle man.
Re: Hi everyone, I'm Jason_70
Community Center
Say Hello!
1 Month Ago
by Reverend Jim
I like movies that don't insult my intelligence. Aside from the frequent spoilers I find that the [Pitch Meeting](https://www.youtube.com/results?search_query=pitch+meeting) videos do a great job of pointing out the ways in which modern action movies prioritize action and spectacle over anything resembling good writing. [10 Ways Star Trek Just …
Re: How To Start With Flutter App Development?
Programming
Mobile Development
1 Month Ago
by rproffitt
Can you share what doubts and concerns you have? If you need to take tutorials and courses I found https://www.google.com/search?&q=flutter+w3schools to mostly be free to use.
Huge integer
Programming
Software Development
16 Years Ago
by di mo
…; #include <string.h> #define SIZE 40 class
Huge
{ public:
Huge
(); void menu(); void rules(); void intadd(); void intsub(); void…[SIZE]; char newX[SIZE]; char newY[SIZE]; char val[SIZE]; };
Huge
::
Huge
() { for(int i = 0; i < SIZE; i++) { x…
Re: Huge integer
Programming
Software Development
16 Years Ago
by di mo
…;string.h> #define SIZE 40 class
Huge
{ public:
Huge
(); void menu(); void rules(); void intadd();… newX[SIZE]; char newY[SIZE]; char val[SIZE]; };
Huge
::
Huge
() { for(int i = 0; i < SIZE…0'; } x[SIZE] = y[SIZE] = '\0'; } void
Huge
:: menu() { int Choice; while(Choice != 2) { cout<…
Re: Huge integer
Programming
Software Development
16 Years Ago
by di mo
… after the SIZE which is 40 didgets. [code=cplusplus] class
Huge
{ public:
Huge
(); void menu(); void rules(); void intadd(); void intsub(); void…
Re: Huge integer
Programming
Software Development
16 Years Ago
by di mo
[code=cplusplus] void
Huge
::intadd() { int a,b; int s,w; int d=0; …
Huge flat file
Programming
Software Development
18 Years Ago
by robertlees
… like to create a spell check facility. I have a
huge
flat file of words. This file has no cr/lf… that be big enough ? What else - isn't there a '
huge
' or 'memo' type, or something like that ?
Huge Integer Help
Programming
Software Development
16 Years Ago
by chocl8drop
… } while (value); } //read in value from the user to set
huge
integer void HugeInteger::input(istream& inputSet) { char BigInteger[40…]; inputSet.getline(BigInteger, strlen(BigInteger)-1); // construct
huge
integer size = strlen(BigInteger); int index = 0; if (BigInteger[0…
Re: Huge flat file
Programming
Software Development
18 Years Ago
by robertlees
…, what should I do with the results ? Make it a
huge
string, or someother variable type ?
Re: Huge flat file
Programming
Software Development
18 Years Ago
by Comatose
… at?) and deal with the mess of parsing apart a
huge
file. I've attached a program that will take the…
Huge Midi problem with Sblive 5.1, XP and Yamaha PSR172
Hardware and Software
Hardware
20 Years Ago
by karangour
Okay..I have a
huge
midi problem with SBLIVE 5.1.... Here is how it …
Huge font, etc. on display after game install
Hardware and Software
Microsoft Windows
19 Years Ago
by secretagent412
I downloaded a game from Yahoo! games and after I installed it, my whole display is stretched out and
huge
. I uninstalled it, no effect. I went to the screen settings and it's still set to normal. It looks like when you try and watch a full screen movie on a widescreen tv. It's driving me crazy, I'd appreciate any help.
Huge decrease in backlinks and pages indexed
Digital Media
Digital Marketing
Search Engine Strategies
18 Years Ago
by Dani
Have noticed a
huge
drop in backlink count and pages indexed this week. Anyone else notice this? Has it affected traffic from the engines for you?
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC