| bio | website | twitter.com/_slinehan |
|---|---|---|
| location | Berkeley, CA | |
| age | 20 | |
| visits | member for | 10 months |
| seen | Feb 16 at 19:02 | |
| stats | profile views | 7 |
Haas@UC Berkeley, Hacker, Designer.
|
Dec 27 |
comment |
Data structure for comparing 200k strings each other Just as a note, I'm assuming you aren't going to compare two strings more than once, so you would only have to call the similarity function 200k * 100k times. I assume that this is still too much though. |
|
Dec 27 |
revised |
Python Class Instance Arithmetic Misread the question, edited out a previous edit. :) |
|
Dec 27 |
comment |
Python Class Instance Arithmetic Ah, after re-reading the question I misread it the first time. |
|
Dec 27 |
answered | Python Class Instance Arithmetic |
|
Dec 27 |
awarded | Teacher |
|
Dec 27 |
answered | How can I use python finding particular json value by key? |
|
Dec 25 |
answered | Python Extract Word/Token counts from items in a list? |
|
Dec 6 |
awarded | Supporter |
|
Oct 10 |
awarded | Scholar |
|
Oct 10 |
accepted | Broke Plesk During Delete Operation |
|
Oct 5 |
asked | Broke Plesk During Delete Operation |
|
Jul 4 |
revised |
How can you achieve a “knockout” effect using CSS? added 118 characters in body |
|
Jul 4 |
awarded | Editor |
|
Jul 4 |
comment |
How can you achieve a “knockout” effect using CSS? Thank you so much for taking the time to help! I think I found a decent solution that doesn't use CSS3 which I've updated the original post with if you are interested. |
|
Jul 4 |
revised |
How can you achieve a “knockout” effect using CSS? added 761 characters in body |
|
Jul 4 |
awarded | Autobiographer |
|
Jul 4 |
comment |
How can you achieve a “knockout” effect using CSS? This is what I was roughly thinking as well, but I couldn't figure out what the CSS would look like. Referencing the original image, the area in the header between the black bars should remain centered regardless of screen size. Can you help me figure that part out? Thank you very much for your help so far! |
|
Jul 4 |
comment |
How can you achieve a “knockout” effect using CSS? @JamesKhoury The only way that I can think of doing this is by having 5 divs: 2 "side" divs which have the transparent background and can stretch on to infinity, 1 logo div which is a png of the transparent background with the logo knocked out, one div which will serve as the content area, and one div to hold the logo and the content. Kind of like this: [ side ][ [logo] [ content ] ][ side ] But, I don't think this is possible without javascript, right? If I have one container div, the transparent "knockout" effect will take the color of the container. |
|
Jul 4 |
awarded | Student |
|
Jul 4 |
asked | How can you achieve a “knockout” effect using CSS? |