The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
15 views

Regular user chown (only change group)

While I have seen this question asked multiple times and in a variety of ways, I still havn't found a satisfactory answer. Due to security issues, I understand that chown can only be run by a ...
1
vote
2answers
22 views

KineticJS Group

I am making an interactive world map in HTML5. I am using KineticJS to create the polygons of the countries, I currently have Australia and New Zealand. However I want it so if the mouse is over ...
0
votes
0answers
7 views

group membership data modeling: separation of concerns

When we want to store membership information, the following questions come to mind: Should the membership be a concern of the group, the member or neither? In other words, I see three possible ...
3
votes
2answers
28 views

Why sed doesn't print an optional group?

I have two strings, say foo_bar and foo_abc_bar. I would like to match both of them, and if the first one is matched I would like to emphasize it with = sign. So, my guess was: echo 'foo_abc_bar' | ...
0
votes
2answers
27 views

Groups and quantifiers {m,n}

Is it possible to use quantifiers with groups? For example. I want to match something like: 11% 09% aa% zy% g1% 8b% ... The pattern is: 2 letters or numbers (mixed, or not) and a % ending the ...
0
votes
1answer
24 views

MongoDB aggregation/unwind/group/project query combination

I have records in a collection of the following format: "_id" : "2013-05-23", "authors_who_sold_books" : [ { "id" : "Charles Dickens", "num_sold" : 1, ...
1
vote
2answers
27 views

Connecting multiple tables and using self join

I have a problem regarding a mysql query. What I'm supposed to do is find the pair of actors that acted in most of films together. I have 3 tables: actor - has id and name casting - has movieid, ...
1
vote
3answers
51 views

PHP Group Elements with a DIV

hello stackoverflow community, my dom structur looks like <h2>Month</h2> <article class="test">test</article> <article class="test">test</article> <article ...
1
vote
0answers
16 views

How to display 'Tooltip' for a Group (textbox + images) Assigned to Macro?

Context: I have several groups that I've made in Excel 2007 that each consist of a textbox and image(s) and are each assigned to a macro. What I would like is upon a mouseover/hover of the group, it ...
0
votes
0answers
10 views

High Resolution Group Icon

Prior you could fetch a high resolution group icon using the following method: https://graph.facebook.com/[group_id]/picture?width=80&height=80&access_token=[access_token] Now this returns ...
1
vote
2answers
35 views

Using LEFT JOIN with 2 different query GROUP BY

My first SQL query is: SELECT username,COUNT(username) as total_active_users FROM users WHERE active = '1' GROUP BY referrer // $act_user To count the active users for each referrer The second ...
0
votes
0answers
16 views

Facebook API how to allow only members of a group to access the app

Hello i am currently using this php code. With the code i am using now i get a few problems. 1. When i log on it only asks for permission to use id/username not groups. 2. I get errormessage: ...
0
votes
2answers
37 views

Counting Combinations of rows/columns across one table

I have a query I am having trouble wrapping my head around. What I'm trying to do is come up with a report that will have rows of the major(Accounting, Business, etc) with columns of the type of ...
0
votes
0answers
11 views

Ubuntu group permission how to change [migrated]

How do I change the permissions for a specific group that I have created? Say for example I create four new users named Anna, David, Carl and Eva and I also create two different groups which I name ...
0
votes
1answer
33 views

LINQ Group and Count with a Max

Can someone write a LINQ query for the following please Given the data below I need the following The Player with the highest score each week and the count of them if they win more than one week. If ...
0
votes
0answers
18 views

Issue with radio group only returning one value

Ok, so I may be tired or something, but I messed up somewhere. I have a radio group of two buttons in my form. below is one of them. I used javascript to show and hide 2 divs when onlick on these ...
0
votes
1answer
25 views

Django how i can get User.username and Group.name

I need to get the username and the name of group for all user. The model that i use are User(default) and Group(default) index.html: {% for dato in usuarios %} {{dato.first_name|title}} {% ...
3
votes
1answer
58 views

data.table := assigning and grouping

Working on country specific data. Need to assign and group countries into pre-defined country groups. Wrote code as below. Like to know if there is more efficient way to script by NOT typing each ...
1
vote
2answers
41 views

Python regex: how to separate multiple matches in the same line

I'm trying to use regex to parse values written in a (key###value) format. The value will always be a number. Anyway, I figure it will be simplest to do it with python, so here's some code I'm trying: ...
0
votes
1answer
28 views

iOS, facebook sdk. Like button for a group page concrete example?

I want to write a function to allow to like a facebook group. My code is approximately the following: NSString *urlString = [NSString stringWithFormat:@"%@/likes", fbIdentifier]; NSMutableDictionary ...
0
votes
1answer
40 views

SQL group function nested too deeply

I'm trying to create an sql query that will return the smallest occurrence of an id appearing between two tables however I keep getting the error with the line HAVING MIN(COUNT(E.C_SE_ID)) Oracle is ...
3
votes
1answer
65 views

SQL Sever Averages/Sums/Groups/Counts Query Issue

I have the following table: ╔══════════╦════════╦═══════╦═══════╗ ║ PlayerID ║ GameID ║ Stat1 ║ Stat2 ║ ╠══════════╬════════╬═══════╬═══════╣ ║ 1 ║ A ║ 2 ║ 1 ║ ║ 1 ║ B ...
0
votes
1answer
20 views

How did Groupme implement their conference call feature?

I'd like to know how the Groupme app generated a phone number for each group and handled the call once a user called the number. I imagine the number called one of their servers which then called ...
1
vote
6answers
58 views

Perl regex specify number of matching groups

Let's say I have the following string my $val = "3.4 -22.352 4.0" The goal is to extract each decimal number by itself. There can be any number of spaces on each side or in between. It is also ...
0
votes
1answer
12 views

mysql newest 5 per group with fulltext search

I have some table more than 300,000 records, the table struction: id | title | source | description | date | fullindex id is PRIMARY key, date has added index, source has added index, fullindex ...
0
votes
4answers
27 views

SQL query to retrieve SUM in various DATE ranges

I have a table with information about sold products, the customer, the date of the purchase and summary of sold units. The result I am trying to get should be 4 rows where the 1st three are for ...
-1
votes
0answers
19 views

User cant write even when group has write privileges (Linux) [migrated]

I have this problem where I want two users to be able to read/write from the same directory. I have two users, let's say user1 and user2 and a directory named files. I have a group for these two users ...
0
votes
2answers
31 views

Dichotomize data by factor

I'm an R newbie, and I've struggled to create a dichtomized variable based on two factors (one hopes it's possible). Let's say I have the data: d <- data.frame ( agegroup = ...
0
votes
3answers
30 views

Move array with same value inside the same array

This is my array. Array ( [id] => 1 [color] => "White" [something] => Array ( [country] => "France" [city] => "Paris" ) ) Array ( [id] => 2 ...
0
votes
1answer
22 views

MySQL Indexes for random queries across 1.5M lines table

I have a pretty big mysql table of 1.5 Millions lines. There are 7 columns identifying the Data with labels (varchar), and 38 Columns containing Numeric (Decimal) Data; The data are organized that ...
0
votes
0answers
26 views

Facebook API - Post in all groups that I participate

I am a member of several research groups. Every week we publish an article on my website technology. What do I delay too is having to publish my post in all these groups. I would like to make an ...
0
votes
1answer
20 views

Automatic selection of options when using multiple option groups

In a form i have 2 option groups. In both option groups there are 2 options Yes or No. If in option group 1 the user choose Yes then this means the option in group 2 has to be set to No. If in ...
0
votes
0answers
40 views

How to group sencha touch 2 radio fields

This is my sencha touch 2 code: Ext.define("10.view.Main", { extend: 'Ext.form.Panel', requires: ['Ext.form.FieldSet'], config: { title: 'Main', scrollable: 'both', ...
0
votes
1answer
46 views

Grouping javascript objects by a common value

I have a DB query which returns a bunch of location based data from my DB. I end up with a list of objects (which I put in to a single object and console.log() it to see whats inside). Each object ...
0
votes
0answers
69 views

MongoDB Aggregation Framework Group Performance

Working with the MongoDB aggregation framework it is clear that the $group function is the bottleneck. By using explain() on some find queries, I'm able to tailor my indexes to reduce table scans ...
0
votes
0answers
43 views

Make a Hierarchy Panel Showing an ArrayList and Its Contents in a Tree Format

How to Make a Hierarchy Panel Showing an ArrayList and Its Contents in a Tree Format in Java? I've got several shape classes like GRectangle, GEllipse, GCircle and all of these classes extend GShape ...
0
votes
1answer
30 views

MS Access SQL with two SUM Function

I have a "TableA" with fields "A, B, C, Bytes, Entrada_Saida" and need to return in the same query a Sum(Bytes) when "Entrada_Saida = Entrada" and another when "Entrada_Saida = Saida", grouping by A, ...
0
votes
0answers
47 views

Compute Generator(Primitive root) of large prime number

I was implementing diffie hellman based ring signature algorithm where I have to choose a large prime number and then its generator(primitive root) g. I am unable to understand how to write java code ...
0
votes
2answers
33 views

How to formulate a TSQL CTE expression for total counts?

I have a table with raw data that I want to return distinct people_id counts from. How can I do this in a CTE if the counts have different groupings? Here is what I have so far: ;with cte as ...
0
votes
1answer
34 views

Ordering on multiple fields

Imagine as simple case where your are either the designer, developer or reviewer stored in a table work like so: +----+----------+-----------+----------+ | id | designer | developer | reviewer | ...
1
vote
1answer
56 views

SQL Server count group by date zero result

I have this SQL to get a report: select count(id_reg) total, YEAR(fechaingreso) ano, MONTH(fechaingreso) mes, DAY(fechaingreso) Dia from vw_casos_tc where fechaingreso ...
0
votes
1answer
44 views

Error in a Foreach loop ASP MVC view

In the view code that follows I need to replace the "foreach" loop at line 243 with something that will return only once the Shipment Date,Carrier and Tracking number. Currently the code returns the ...
-1
votes
0answers
8 views

Using Point System within a Group or Page [closed]

Can you tie interactions (commenting, liking, posting photo, etc?) within a group or page (and with user agreeing to join) to a point system that tracks these interactions and rewards points for them? ...
1
vote
0answers
42 views

How to Programatically send Facebook Group invite

I would like to create a page that can prompt for login if the user has not logged into facebook, then check if the user is a member of a group. if not, provide a button that when clicked will send a ...
0
votes
3answers
15 views

SQL how to select a group of records based on some statistics of this group?

Example, I have a record set with three columns: id,week,count 1,1,10; 1,2,20; 1,3,30; 2,1,3; 2,2,2; 2,3,15; What I want is just the data of IDs whose average count is > 10. Then, in this example ...
0
votes
1answer
22 views

Resize group of lines in visio

I create several lines and arcs in Microsoft Visio, and then I group them. When I try to re-size them, they lose their proportions. I have tried to solve the problem by selecting 'Aspect ratio' in ...
0
votes
1answer
35 views

JavaScript: How to move up items by group and update each position?

I'd like to move array items (by group) up and down. The items are sorted by position. Here's the current data: | Index | Name | Pos | Group | Level ------------------------------------ | 0 | A ...
-2
votes
0answers
25 views

add code to publish a facebook app in Groups And Friends Groups [closed]

This file when you subscribe Facebook users by adding all their data into our database me and then I can publishing their own on the wall I want to start so I can publishing groups and groups of ...
0
votes
1answer
48 views

libgdx - ShapeRenderer in Group.draw renders in wrong colour

MyGroup: public class GShape extends Group{ private ShapeRenderer shape; public GShape() { super(); shape = new ShapeRenderer(); } @Override public void draw(SpriteBatch batch, float ...
1
vote
1answer
40 views

LibGDX - Does modifying a Group affects children?

I wonder if there is a way to affect Actors children when their parent Group is modified ? Like they were attached to him. By modifying I mean doing some conventional actions like translation, ...

1 2 3 4 5 27