The skew tag has no wiki summary.
1
vote
1answer
28 views
pig skewed join with a big table causes “Split metadata size exceeded 10000000”
We have a pig join between a small (16M rows) distinct table and a big (6B rows) skewed table.
A regular join finishes in 2 hours (after some tweaking). We tried using skewed and been able to improve ...
0
votes
1answer
33 views
CSS3 Skew Again! : Unskew text without parent div so form focus state is proper
I have a simple problem, but I may be asking for the impossible.
I want to style my html form elements as parallelograms without skewing the contained text. I would normally do this by applying the ...
1
vote
0answers
31 views
Why is my skew via -ms-filter matrix not being applied in IE?
I've been building a site through Chrome/Firefox, and now that I look at it on IE, it's very broken. I anticipated this, but fixing it is proving a lot more difficult than I thought.
The main issue ...
-2
votes
0answers
35 views
FlexSlider 2 issue with skewed design
I am having an issue with FlexSlider 2, slanted PSD design of a slider, and the CSS for the slide images. I am in of a solution urgently since the client is approaching the launch date.
Basically I ...
0
votes
0answers
27 views
How much clock skew can I anticipate / how can I efficiently measure clock skew?
I have several distributed computing nodes that locally log data with a timestamp - most of this log data is only relevant to the local node (memory consumption and so on), but some of it is globally ...
0
votes
1answer
43 views
CSS skewY with different values top and bottom
I would like to make a shape where the top is skewY -10deg and the bottom is 10deg to produce the shape as seen in the picture:
I can't seem to figure out how to accomplish this.
0
votes
0answers
51 views
CSS Skew Jagged Edges on iPad
I have a site that uses CSS skews extensively as part of the design. Using backface-visibility solved the jagged edge problem, except for on iPad. In every other webkit browser, iphone included, the ...
0
votes
0answers
43 views
Applying a function to an array and returning it to an excel worksheet
I'm working with an area (7,2) on an excel sheet trying to test a function. So, this code works, but it seems to me that it does not apply the procedure for each COLUMN as I wanted, but instead, it ...
1
vote
3answers
376 views
Correct vertex shader code? OpenGL ES 2.0
Edit Code added, please see below
Edit 2 - Screenshots from device included at bottom along with explanation
Edit 3 - New code added
I have 2 classes, a rendered and a custom 'quad' class.
I have ...
0
votes
1answer
120 views
CSS transform skew, how to make image top horizontal?
The question is: how to make .box2 image top horizontal, like the first .box div ?
See the FidDle: http://jsfiddle.net/PArPj/2/
.box2{
height:600px;
width: 300px;
overflow:hidden;
...
0
votes
0answers
67 views
randomized skew heap
Let's build struct which is similar to skew heap, but after merge we will swap children of every node in right path with probability equals 1/2. Is it true that we will have heap with expectation of ...
3
votes
1answer
92 views
Why are these Random Numbers slowly gravitating towards a negative value?
The program is supposed to do the following:
Initializes a grid of values, "ActualGridValues", (X rows by Y columns) equal to 0.
Creates another grid of values, "RandomGridValues", (X rows by Y ...
1
vote
1answer
79 views
python random with a skew
I am trying to create a very simple evolution algorithm for a creature simulator, what I would like to have is, both creatures have a trait and a dominance level, both noted by ints. their child's ...
1
vote
1answer
138 views
How can I get two parallelograms to overlap perfectly and resize dynamically in HTML?
I've just begun to get into HTML and CSS, and I'm wanting to create a design that involves parallelograms and resizes dynamically. I want four parallelograms, each starting from the top then going to ...
0
votes
0answers
91 views
wcf throws ServiceModel.Security.MessageSecurityException and the api operation completes
I have a call to an API method using WCF (API running on remote server):
try
{
m_serviceClient.Deposit(account, balance);
}
catch (Exception exception)
{
m_log.Error(msg.ToString(), ...
0
votes
0answers
78 views
Zoom a skewed UIView on UIPinchGestureRecognizer
I am using the DHWarpView to skew my warpview(of type UIView). I added the pinch gesture on this view for zooming. But when I try to zoom the skewed view, the view comes back to its original ...
0
votes
0answers
67 views
Deskewing MNIST dateset
I'm currently working on the digit handwritten recognition problem. I found that many state-of -art algorithms adopt some preprocessing methods to the mnist dateset, such as deskewing and jittering (I ...
3
votes
2answers
362 views
Create a complex css shape (speaking bubble)
What would be your best option or method to create a shape as seen in the attachment link full css and is that possible anyway??
I did research and testing with CSS parallelogram e.g. but not with ...
0
votes
0answers
122 views
Changing Clock Skew for BasicHttpBinding not working
I am trying to increase the clock skew on the BasicHtttpBinding programmatically. I am using TransportSecurityBindingElement using CreateUserNameOverTransportBinding mode. I am able to change the ...
11
votes
7answers
615 views
Auto-resizing skewed background in CSS (+ images?)
I'm going to convert this PSD image to CSS. I've multiple h2s in multiple pages, so the inner text lenght and background-color may vary. Therefore the background should automatically adapt to "any" ...
0
votes
1answer
905 views
How to calculate Skewness and Kurtosis in a similar manner as a weighted average in Excel?
I would like to compute some descriptive statistics about the following table of information. The main thing that I like to describe is the Price component.
Price Qty
493 5
4500 8
...
2
votes
2answers
499 views
CSS Skew only container, not content
I'm having trouble figuring out how to make the following layout work. I'm not restricted to pure CSS - I know JS will be involved to make it cross-browser - but a CSS solution would be awesome. ...
0
votes
1answer
170 views
Skew Matrix in Android with different origin
I'm having some trouble trying to skew my bitmap. I want my bitmap to skew while the base of it stays fixed.
This is the matrix transformation I'm doing
Matrix matrixx = new Matrix();
...
1
vote
2answers
228 views
LWJGL skewed texture
I was trying to use a texture with LWJGL, turns out that RBG-pngs are somewhat skewed. Example:
Original picture/Texture
The loading code is 98% of the lwjgl wiki space invaders example..
...
0
votes
1answer
577 views
Makefile : Clock skew detected
My problem is whenever I try to compile using Makefile I get the following :
make: Warning: File `Board.c' has modification time 1.3e+03 s in the future
gcc -Wall -c -Wvla -lm Board.c -o Board.o
gcc ...
0
votes
1answer
174 views
Calculating skewness of a data distribution in SQL in Access without an additional subquery
I have a dataset in an Access database that, for simplicity's sake, looks like this:
ID Group Employee Ticket ID
------ --------- -------- -----------------
1 A ...
5
votes
1answer
1k views
Slant the top of a div using css without skewing text
I am trying to create a div that slants only at the top and does not skew the text within it, using CSS.
The reason I would like for it to be CSS-only is because it is a responsive design and needs to ...
1
vote
1answer
79 views
Using skew heap to hold structs in C [duplicate]
Possible Duplicate:
C implementation of skew heap
I have the following struct:
typedef struct Task_t {
float length;
int value;
} task_t;
I'm trying to use a skew heap to hold ...
1
vote
1answer
225 views
C implementation of skew heap
I'm trying to implement a skew heap in C, but my code doesn't compile. I'm not that experienced in C and never created any type of heap in C. That is why I don't know how to fix it, I'm hoping someone ...
0
votes
0answers
153 views
CSS3 Animations different results on Chrome/Safari
I'm working on a CSS3 Keyframe Animation with a skew() transform. I was able to achieve the result I was looking for in Safari 6. However, when I view the page on another Webkit browser, Chrome I am ...
1
vote
1answer
349 views
3D skew transformation matrix along one coordinate axis
Is there a way to calculate the skew transformation matrix along one coordinate axis, given the skew angle, as follows
2
votes
3answers
151 views
How to use skew only in the parent element?
Is there any way to use skew only in a parent element?
I need to create something like a 'diamond' as a mask and the child elements can't be affected. There is no way, in this case, to use png as a ...
0
votes
0answers
105 views
How to increase the skew of the image?
I am working on image editing App. I want to increase the skew of the image. See the image. user can drag the four corners to increase the skew(like red line) but the other 3 corners are not change. I ...
0
votes
1answer
327 views
estimate the skew level with houghLines
i want to detect the skew level from an image. I've the following code:
public void analyse(CvMat img) {
rows = img.rows();
cols = img.cols();
// create edge-map from rois
CvMat ...
0
votes
1answer
278 views
CLI : Is There A Script To Skew Image With A Curve
Looking for a script that will skew an image for me through the command line.
The skew needs be a curve; stead the angle skews offered by imagemagick or lunapic.
I want it to look like it is placed ...
2
votes
1answer
439 views
OpenCV: Skewing an Image based on Triangular Selection
I'm trying to use OpenCV 2.0 to take three points, which essentially make up a triangle, in an image. What I'm trying to do with these three points is use them as a reference for skewing. What I'm ...
2
votes
2answers
307 views
Get the current skew angle of an UIView
How can I get the current angle of a skewed image?
The code I use to skew it is:
CGAffineTransform t = CGAffineTransformMake(1.0, 0.0, tan(angle*(M_PI/480)), 1.0, 0.0, 0.0);
1
vote
1answer
295 views
What is the reverse skew value when applying a CSS skew transform to an element?
I'm skewing and rotating an element with CSS transform and I'd like to make the inner element appear normal again by applying a "reverse" transformation. With rotation it's easy: if you have an ...
6
votes
1answer
1k views
Does “n * (rand() / RAND_MAX)” make a skewed random number distribution?
I'd like to find an unskewed way of getting random numbers in C (although at most I'm going to be using it for values of 0-20, and more likely only 0-8). I've seen this formula but after running some ...
1
vote
2answers
172 views
How to evaluate a dataset for class overlapping
I'm using Weka to develop a classifier for a medical problem. This dataset has a class imbalance situation and I want to know if there is also a problem of class overlapping. Each record has 30 ...
1
vote
1answer
3k views
Skew transformation HTML5 canvas
I'm trying to implement skew transformation using the "x" axis with HTML5 canvas, but my code fails... Here is my JavaScript:
function init() {
var canvas = document.getElementById('skewTest'),
...
1
vote
3answers
360 views
random variable from skewed distribution with scipy
trying to draw a random number from a distribution in SciPy, just like you would with stats.norm.rvs. However, I'm trying to take the number from an empirical distribution I have - it's a skewed ...
0
votes
2answers
942 views
Verilog gated clock source in Xilinx
I've got a question about something I don't understand that is going on in my FPGA project. I need to control two devices (AGC and ADC) through an SPI bus. As as the FPGA will be the master device, ...
2
votes
1answer
2k views
skew detection and reduction in opencv
I've been working on a project that involves several preprocessing on a scanned document. Part of this preprocesses is skew detection and correction . Before skew detection and correction i have a ...
17
votes
3answers
7k views
Executing cv::warpPerspective for a fake deskewing on a set of cv::Point
I'm trying to do a perspective transformation of a set of points in order to achieve a deskewing effect:
I'm using the image below for tests, and the green rectangle display the area of interest.
...
1
vote
1answer
879 views
Skew or Distort Image object in Java
Is it possible to skew or distort an Image object in Java? I 'pull' one side of an image out, making it seem closer to me. (LIke 3D).
Any suggestions?
3
votes
2answers
153 views
How do you reverse a skew transformation in the Flash IDE?
Place a 100px by 100px box on the stage (not a movieclip, just a simple shape).
Now apply a vertical skew of 30 degrees. You should get this...
Click outside of the shape to release the ...
3
votes
1answer
505 views
Android Bitmap shaped Rhomboid
I have to implement Bitmap whose shape is like a rhomboid(For ref. I have attached sample image for it.) and the source image is rectangular. I do want to make the image to be skewed, cut the image in ...
0
votes
2answers
1k views
Warp effect in flash AS3
I am looking for photoshop like warp effect, where an image is not rotated, but lets say the top two points(corners) are shifted, anyone would have any idea how to do that?
or an idea how to shift ...
0
votes
1answer
459 views
Dropdown menu not displaying in IE7
I'm currently building a website which uses Projekktor to play the movies and JQuery for almost everything else, i.e, navigation, displaying panels etc. The development link is - ...

