The quick tag has no wiki summary.
-1
votes
1answer
20 views
How to incorporate Quick Sort method in GUI?
I have my lovely little quick sort method ready to go, but I am unsure how to incorporate into a GUI (this will be my first GUI) and GUI do not like public statics and what-not...
So any ...
-1
votes
1answer
42 views
Quicksort issue
This is my very first time attempting to make use "Quicksort" to organize values, and to be honest I find Insertion, Bubble and Selection sorting to be a lot easier.
So, I have my values stored in ...
0
votes
1answer
10 views
How can I quickly remove unused formulae from the bottom of the spreadsheet?
The person who built the spreadsheets used a shortcut to copy the formulae down the entire column, although most of them only have a few hundred active rows. This is making the file size huge and ...
0
votes
0answers
6 views
Apply a Word Quick Style Set to an old document [migrated]
I created/saved a Word Quick Style Set. I applied the set to different documents, old and new, and it seemed to work just fine.
Then I installed the Quick Style Set onto a second computer. (I also ...
-1
votes
0answers
18 views
What the control which is being used in QuickPic
Do you think QuickPic is using the GridView in Android?
I'm very curious. When I launch it, it loads some of thumbnails from each MediaStore folders.
When I exit and launch again it loads the layout ...
-3
votes
1answer
36 views
Fancy quick scroll like on change.org [closed]
If you read a petition on change.org, you can the on the upper right a css/html powered scroll. The div class is named quick-scroll. I searched for it on the web, but did not find anything.
Do you ...
-6
votes
0answers
26 views
I need a small tweak to this CSS [closed]
I have a small quirk about this nav menu, I need the last buttons hover menu to float to the left rather than the right, as it goes off the page.
http://pastebin.com/D4iGCeKg
0
votes
1answer
66 views
Need help creating a dynamically updating score in pygame
I'm intigrating my text based blackjack game with pygame. I can't seem to make the total of the player's hand update. Every time it justs adds it over the previous text, and it becomes impossible to ...
0
votes
0answers
110 views
Adobe flash Actionscript 2: how to move one movieclip from the class of another
Ok, so lets say I have a MovieClip named Movieclip1, I also have a MovieClip named movieclip2.
How would I be able to control movieclip2 from the class of movieclip1?
Help me please. I need this ...
0
votes
0answers
63 views
Application is not running without Qt quick Component
I have Qt quick application, written in qml. When I tried to run the app in a device with Qt Quick Component installed it is running fine, but if I try to run it without Qt Quick Component what I am ...
0
votes
0answers
45 views
java QuickServer object handler
I've recently came across an open source library for java multithread servers http://www.quickserver.org/. The first example EchoServer which uses a ClientCommandHandler
worked perfect. However it ...
-2
votes
3answers
156 views
How can non recursive python be translated into recursive python? [closed]
I am making a code to reverse a string.
I can't use a while or for loop, only recursive calls.
Here is my code:
def reverseString(aStr):
length=len(aStr)-1
reversedStr=""
while length ...
0
votes
2answers
48 views
IFNULL in mysql speed issue
select IFNULL(col1, (select col2 from table2 where ...)) from table1
Will it run select for table2 if table1 would have not null value? This is a speed issue
question. I have no appropriate ...
0
votes
1answer
200 views
how to delete all messages from inbox faster in android?
Hi i am developing an android application in which i need to delete all messages from inbox. I followed the method of fetching single id and deleting the corresponding message. this works fine when ...
3
votes
2answers
449 views
How to make a transparent window with Qt Quick 2.0
I've already know how to make a transparent window with Qt Quick 1.0.But I started to use Qt 5.0 and Qt Quick 2.0 recently and didn't know how to do with it.
setAttribute
setWindowFlags
setStyleSheet
...
1
vote
1answer
197 views
quick contact badge cannot passed the Intent by using Intent i=new Intent(Intent.ACTION_PICK,Contacts.CONTENT_URI) startActivityForResult(i 0)
public class MainActivity extends Activity {
Button b;
//FrameLayout fl;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
...
0
votes
3answers
59 views
How can I remove everything after a word on every line of a text file?
I have a text file that looks a bit like this
356, http://linkgoeshere.com/4445555 title="The Chariot"> <br />
356, http://linkgoeshere.com/4445555 title="fddsfssfd"> <br />
356, ...
1
vote
1answer
741 views
How to disable Quick Share in Alfresco Share?
I'm currently trying find out a way to disable system-wide the Quick Share functionality in Alfresco 4.2.b, or if it is not possible, at least remove quickshare links from both the documentlibrary and ...
0
votes
1answer
481 views
module “QtQuick” plugin “qtquick2plugin” not found in static linked application
I builded static version of the Qt libraries and compile the test application based on QtQuick2ApplicationViewer. When starting it produces an error:
...
0
votes
0answers
260 views
How to add context menu to qml QDeclarativeView? -solved
I need ContextMenu in my qml widgets.
I have a solution: create QGraphicsProxyWidget, which contain QMenu, but there is a problem: the context menu is not visible outside the main window. How to set ...
0
votes
2answers
42 views
Why am I having an intermittent issue while hovering too quickly?
I'm having an issue as the element is not being hidden if I hover over the element quickly. It works the way I intended if I hover slowly/normally. Here's my jQuery:
$(".A").mouseenter(function(){
...
-2
votes
1answer
67 views
Matching two lists in order to maximize the output? [closed]
The garbage collection wants to collect the garbage volume g(ci) of the cities C = {c1,..,cn} with its transporters T = {t1,...,tn} which each have the capacity c(ti).
The following restrictions ...
0
votes
0answers
51 views
Quick part has formatting error
I have used a DIP to populate quick parts in a template. All of the fields work apart from one, it is a currency field which is supposed to display the value but I am having problems with it ...
2
votes
2answers
264 views
How to change the value of a property in QML from C++ class
I have so code in simple Qt Quick. I want to change the value of a property of qml element from my class.
myclass.h
#ifndef MYCLASS_H
#define MYCLASS_H
#include <QObject>
#include "qdebug.h"
...
0
votes
2answers
670 views
Eclipse quick fix not working properly
I am very new to Eclipse, java programming and well all "programming" in general and I have recently been learning how to use Eclipse. I've been using it for about a week now and it has been going ...
0
votes
2answers
127 views
python too many self in class
I'm learning Python OOP and trying to convert a Java class to a Python class
See page 15 in this PDF for Java code google doc link
class QuickFindUF:
"""docstring for QuickFindUF"""
...
3
votes
1answer
165 views
decompress single file from archive in android
I have a big archive (zip in my case) with size ~100MB and with ~15000 files in it. I need to QUICKLY extract only one file form this archive.
I tried the next code:
final String zipPath = ...
0
votes
1answer
113 views
How to search the words using key in jquery quickselect js?
Hai am using jquery quickselect js for searching from quickselect its working fine,but know i need to add the keyword searching.For example i have a keywords for apple is "Healthyfruit". when i typed ...
0
votes
1answer
175 views
Adding wp_deregister_script('jquery'); deactivates “Quich Edit” at WordPress
I am using WordPress.
I added this code to functions.php:
function modify_jquery() {
wp_deregister_script('jquery');
wp_register_script('jquery', ...
0
votes
1answer
207 views
Quick sort logic
I am trying to implement quick sort in java and I have one doubt. So here's my quick sort code:
package com.sorting;
public class QuickSort implements Sort {
@Override
public int [] sort(int[] arr) ...
0
votes
1answer
93 views
Simple quick robust image comparison
I have an image find- and "blur-compare"-task. I could not figure out which methods I should use.
The setup is this: A, say, 100x100 box either is mostly filled by an object or not. To the human eye ...
0
votes
1answer
450 views
Quick Action dialog in android having table or list layout
I want to show such popup in android. Quick Action Dialog is the way to implement this but how to show list or table view as in image in quick action dialog. or any other way to implement same UI.
...
0
votes
0answers
170 views
git archive quick unzip
Is there any way to use the git archive command without sending all the files to a .zip? I need it unzipped, but it takes awhile if I just run that command. Thoughts?
0
votes
0answers
89 views
Issues in jQuery quickselect in Phonegap Android?
I am developing an Android app in Phonegap. I added the quick select by using this link.
Now I need to add the scrollbar in this link. But I'm not able to add the overflow in my application.
...
2
votes
2answers
4k views
QuickSelect Algorithm Understanding
I've been pouring over various tutorials and articles that discuss quicksort and quickselect, however my understanding of them is still shaky.
Given this code structure, I need to be able to grasp ...
2
votes
2answers
285 views
C++ Quicksort Algorithm Crashing [closed]
I am working on a c++ quicksort algorithm that counts the number of significant operations during the sort. It will correctly sort 100 values but after that it gets stuck in an endless loop. Any help ...
0
votes
0answers
139 views
Quick Sort Graph Log-Log?
I've implemented a quick sort algorithm and I've tested it using System.nanoTime() in Java. I've plotted a log-log chart with results.
Do you think that the graph is correct? According to wikipedia ...
2
votes
3answers
249 views
No errors but part of code that should display type and amount of pizzas ordered is not working
public class PizzaExamfinalOne{
public static void main(String[]args){
double total2 = 0;
String customerName = " ";
String address = " ";
String phoneNum ="0";
int max = 5;
...
-4
votes
1answer
273 views
QUICK REPORT View using Crystal Report Viewer [closed]
Can we view .QTP report using Crystal report..???
2
votes
1answer
2k views
counting quicksort comparisons
I implemented a simple quick sort (code below) to count the average and worst comparison made by quicksort. I declared a global variable to hold the counter for comparisons. I placed 3 counters in ...
0
votes
3answers
320 views
How to pass a object array's value to a method
I have a quick and simple question that I have somehow not been able to find an answer for.
I have a method called quick_srt_int that is able to sort an integer array, my issue however is that my ...
1
vote
2answers
3k views
HTML / Javascript One Click Print (no dialogs)
Is it possible to have a print option that bypasses the print dialog?
I am working on a closed system and would like to be able to pre-define the print dialog settings; and process the print as soon ...
0
votes
1answer
37 views
Launching webbrowser using search in android
I am making an android application that needs to open the webbrowser when the go button on quick search is pressed. How can i make this happen? that it starts the webbrowser? This is the code that i ...
0
votes
1answer
207 views
Quick search in android application
I am making an android application that needs to display a simple quick search, but to do this i need to change the:
<action android:name="android.intent.action.MAIN" />
<category ...
1
vote
0answers
34 views
Can I run Quick Search Box from AppWidget
I have program with search interface. Search works well from activity(when I call onSearchRequested()) or from Quick Search Box when hardware search button was pressed.
But how can I run Quick ...
0
votes
1answer
942 views
Selection Algorithm to Find Median [duplicate]
Possible Duplicate:
How to calculate or approximate the median of a list without storing the list
I want to apply using C# an algorithm to find the median value using selection/quick sort. ...
0
votes
2answers
415 views
Implementing Quicksort with double-type values
I have to create a program that takes an input file of unsorted numbers and outputs another file with the sorted numbers using Quicksort. This program has run fine under multiple test cases using ...
0
votes
1answer
187 views
C# - Using a keyboard shortcut to quickly open picture files
I'm trying to figure out how to write code to quickly open a PNG file from within my little program. Here's the scenario:
I have multiple picture files, say PNG's, in multiple folders (in the same ...
-1
votes
1answer
383 views
java priority queue insert(int p, E e)
I have to implement a priority queue using an array.
How do I attach the priority to the element I want to insert in the array. I want the array to be sorted, so that when you insert the array it is ...
-1
votes
3answers
1k views
C++: Quick code to resize DIB image and maintain good img quality
There is many algorithms to do image resizing - lancorz, bicubic, bilinear, e.g. But most of them are pretty complex and therefore consume too much CPU.
What I need is fast relatively simple C++ code ...
