Business Work Flow (WF, BPT) - SAP FORUM - SAP Community - Forum for SAP - The meeting rockwall surgery center place for SAP since 1996!
since 1996 with over 100,000 visitors per month, the most visited German-language portal for SAP
Goto Page ... Business Work Flow (WF, BPT) Topics rockwall surgery center Replies Views Last post SAP Business Object for orders with position Niko24, 27/08/2013 11:57:52 (UTC) 0427 Niko24 27/08/2013 11:57:52 rockwall surgery center (UTC) transferring the parameters in the event of BUS2009 production Niko24, 27/08/2013 11:02:52 (UTC) 0123 Niko24 27/08/2013 11:02:52 (UTC) Order Release Workflow MINE, 17/07/2013 08:04:07 rockwall surgery center (UTC) 1754 MINE 25.07 .2013 06:14:14 rockwall surgery center (UTC) housework Workflow Integration in SAP Business ByDesign - Help! MaMaxx, 29/05/2013 12:51:13 (UTC) 1 1.089 MonkeyByDesign 07.06.2013 14:25:09 (UTC) Order Werther123 workflow SD, 04.03.2013 09:22:33 (UTC) 1 1.658 AWI - SAP Consultant 10:05 .2013 13:45:10 (UTC) Intended WF recipient does not receive a work item, but about 20 other users hape, 14/02/2013 10:16:02 (UTC) 4 1,189 hape 18.02.2013 09:15:00 (UTC) texts in an alert to the WF [+1] TOM70, 10.05.2012 05:06:25 (UTC) 4 2.265 rick 16.01.2013 08:30:57 (UTC) Services MA service to receive orders by mail GrafZapolya,
Sunday, September 22, 2013
Saturday, July 6, 2013
Problem in transforming SOAP message to XML using XSLT
Hi
Here is my XSLT for the SOAP Response given after the below. I am not getting any output. Please help where is the issue?
----------------------------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<xsl:template match="/">
<SyncSolarInvoiceToBp>
<ApplicationArea>
<Sender>
<LogicalID>infor.database.cmd_db</LogicalID>
<ConfirmationCode>OnError</ConfirmationCode>
<ComponentID>External</ComponentID>
</Sender>
<CreationDateTime></CreationDateTime>
<BODID></BODID>
</ApplicationArea>
<DataArea>
<Sync>
<TenantID>SOLAR</TenantID>
<AccountingEntityID/>
<LocationID/>
<ActionCriteria/>
</Sync>
<xsl:for-each select="//s:Body/ExecuteMultipleOperationsResponse
/Operations/Operation">
<SolarInvoiceToBp>
<AddressType><xsl:value-of select="Object/ObjectReference/AddressType"/></Add
ressType>
<CMDID><xsl:value-of select="Object/ObjectReference/CMDID"/></CMDID>
<WFMKey><xsl:value-of select="Object/ObjectReference/@Key"/></WFMKey>
<Region/>
<District/>
<Action/>
<InvoiceToBp/>
<ParentBp/>
<Country>
<CountryCode/>
<Customer>
<PostalCode/>
<Street/>
<CityDescr/>
<StateCode/>
<RPStatusID/>
<Latitude/>
<Longitude/>
<LocationName/>
</Customer>
</Country>
</SolarInvoiceToBp>
</xsl:for-each>
</DataArea>
</SyncSolarInvoiceToBp>
</xsl:template>
</xsl:stylesheet>
----------------------------------------------
My SOAP response is as shown below
-----------------------------------------------
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header/>
<s:Body>
<ExecuteMultipleOperationsResponse xmlns="http://www.clicksoftware.com">
<Operations>
<Operation xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance" d3p1:type="SucceededOperation">
<Action>Create</Action>
<Object>
<ObjectReference DisplayString="" Key="257849395" d3p1:type="SolarAddressReference">
<AddressType DisplayString="Invoice To" Key="127543298">Invoice To</AddressType>
<CMDID>59549</CMDID>
</ObjectReference>
</Object>
</Operation>
</Operations>
<Warnings xmlns="">
<Warning>
<Number>1003</Number>
<Description>No revision specified , default is used</Description>
</Warning>
</Warnings>
</ExecuteMultipleOperationsResponse>
</s:Body>
</s:Envelope>
----------------------------------------------- - Full Post
Here is my XSLT for the SOAP Response given after the below. I am not getting any output. Please help where is the issue?
----------------------------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<xsl:template match="/">
<SyncSolarInvoiceToBp>
<ApplicationArea>
<Sender>
<LogicalID>infor.database.cmd_db</LogicalID>
<ConfirmationCode>OnError</ConfirmationCode>
<ComponentID>External</ComponentID>
</Sender>
<CreationDateTime></CreationDateTime>
<BODID></BODID>
</ApplicationArea>
<DataArea>
<Sync>
<TenantID>SOLAR</TenantID>
<AccountingEntityID/>
<LocationID/>
<ActionCriteria/>
</Sync>
<xsl:for-each select="//s:Body/ExecuteMultipleOperationsResponse
/Operations/Operation">
<SolarInvoiceToBp>
<AddressType><xsl:value-of select="Object/ObjectReference/AddressType"/></Add
ressType>
<CMDID><xsl:value-of select="Object/ObjectReference/CMDID"/></CMDID>
<WFMKey><xsl:value-of select="Object/ObjectReference/@Key"/></WFMKey>
<Region/>
<District/>
<Action/>
<InvoiceToBp/>
<ParentBp/>
<Country>
<CountryCode/>
<Customer>
<PostalCode/>
<Street/>
<CityDescr/>
<StateCode/>
<RPStatusID/>
<Latitude/>
<Longitude/>
<LocationName/>
</Customer>
</Country>
</SolarInvoiceToBp>
</xsl:for-each>
</DataArea>
</SyncSolarInvoiceToBp>
</xsl:template>
</xsl:stylesheet>
----------------------------------------------
My SOAP response is as shown below
-----------------------------------------------
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header/>
<s:Body>
<ExecuteMultipleOperationsResponse xmlns="http://www.clicksoftware.com">
<Operations>
<Operation xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance" d3p1:type="SucceededOperation">
<Action>Create</Action>
<Object>
<ObjectReference DisplayString="" Key="257849395" d3p1:type="SolarAddressReference">
<AddressType DisplayString="Invoice To" Key="127543298">Invoice To</AddressType>
<CMDID>59549</CMDID>
</ObjectReference>
</Object>
</Operation>
</Operations>
<Warnings xmlns="">
<Warning>
<Number>1003</Number>
<Description>No revision specified , default is used</Description>
</Warning>
</Warnings>
</ExecuteMultipleOperationsResponse>
</s:Body>
</s:Envelope>
----------------------------------------------- - Full Post
Carrington Core 2.5
We’ve released a new version of the Carrington Core – the engine that powers the Carrington framework. This version has two notable changes:
A fix for a logical bug in the context detection function – now properly selects the “home” context in some cases where it didn’t previously.
The addition of a filter to allow the available files to be provided by code rather than looking at directory contents.
If you wish to upgrade a Carrington-based theme to the latest core, you can do so by just replacing the “carrington-core” directory.
Get the Carrington Core 2.5 release from the public SVN directory:
http://carrington.googlecode.com/svn/framework/tags/2.5 - Full Post
A fix for a logical bug in the context detection function – now properly selects the “home” context in some cases where it didn’t previously.
The addition of a filter to allow the available files to be provided by code rather than looking at directory contents.
If you wish to upgrade a Carrington-based theme to the latest core, you can do so by just replacing the “carrington-core” directory.
Get the Carrington Core 2.5 release from the public SVN directory:
http://carrington.googlecode.com/svn/framework/tags/2.5 - Full Post
Carrington Core 3.0
We’ve released a new version of the Carrington Core – the engine that powers the Carrington framework. This version has a few moderate list changes, some of which are pretty interesting. In particular:
Added support for custom post types (WordPress 3.0)
Support for child themes (including adding templates and plugins in child themes that do not exist in the parent theme)
Allow custom functions to be filtered into the Single and Comment template selection process (already supported in General context selection)
home.php is now only used in is_home() situations, not is_front_page() (reverses feature requested and added in v. 2.5)
Other changes:
Make the posts_per_page setting work as intended (only on initial query)
Support for nesting templates inside sub-directories in misc/ and forms/
Removed use of deprecated function `get_the_author_ID`. Replaced with 2.8 `get_the_author_meta` (since 2.8.0). Users of versions of WordPress prior to 2.8.0 should be aware this change will cause problems for them.
Define required Carrington settings in a more forgiving way, making it easier to use just part of Carrington on a site when desired
Make gallery settings (implemented in CSS) specific to each gallery
Added changelog
Get the Carrington Core 3.0 release from the public SVN directory:
http://carrington.googlecode.com/svn/framework/tags/3.0 - Full Post
Added support for custom post types (WordPress 3.0)
Support for child themes (including adding templates and plugins in child themes that do not exist in the parent theme)
Allow custom functions to be filtered into the Single and Comment template selection process (already supported in General context selection)
home.php is now only used in is_home() situations, not is_front_page() (reverses feature requested and added in v. 2.5)
Other changes:
Make the posts_per_page setting work as intended (only on initial query)
Support for nesting templates inside sub-directories in misc/ and forms/
Removed use of deprecated function `get_the_author_ID`. Replaced with 2.8 `get_the_author_meta` (since 2.8.0). Users of versions of WordPress prior to 2.8.0 should be aware this change will cause problems for them.
Define required Carrington settings in a more forgiving way, making it easier to use just part of Carrington on a site when desired
Make gallery settings (implemented in CSS) specific to each gallery
Added changelog
Get the Carrington Core 3.0 release from the public SVN directory:
http://carrington.googlecode.com/svn/framework/tags/3.0 - Full Post
Carrington Core 3.1
Carrington Core has been updated to version 3.1. This version adds a number of useful features and enhancements in preparation for the upcoming WordPress 3.1 release:
Support for custom taxonomies within the general context
Added support for custom post type archive pages in general context
Support for post formats in the single context
Relies on features in WordPress 3.1
Implemented checked() and selected() functions for options
Added PHP doc blocks
E_NOTICE clean
Updated some variable names
The new version is tagged and available at in our .
You can replace the carrington-core directory in any Carrington theme with this new version to take advantage of these new features. - Full Post
Support for custom taxonomies within the general context
Added support for custom post type archive pages in general context
Support for post formats in the single context
Relies on features in WordPress 3.1
Implemented checked() and selected() functions for options
Added PHP doc blocks
E_NOTICE clean
Updated some variable names
The new version is tagged and available at in our .
You can replace the carrington-core directory in any Carrington theme with this new version to take advantage of these new features. - Full Post
Inside Channel Advisory Account Manager Job (Bangalore, INDIA)
About the Role and ResponsibilitiesPosition Location: McAfee India Center, BangaloreResponsibilities- Proactively prospect for new business opportunities, up-sell to existing customers (displacements and new product sales) and renewals within the mid market sector- Exceed quarterly and annual sales/bookings targets and maximize short term revenue- Build and maintain a constant/future revenue pipeline- Meet / exceed core call time metrics and update/maintain customer database- Submit accurate weekly forecasts- Manage leads in a timely manner- Create strong business relationships with prospects and existing customers- Recommend the most suitable solution according to the customer's requirements- Keep knowledge up to date of the Security market and meet training targets to maintain a thorough understanding of McAfee products, process and promotions to provide the highest levels of sales support- Work with marketing to drive campaigns into specific market segments- Base salary plus commissionsQualifications- An self-starter with a consultative sales approach who is pro-active in increasing sales revenue- Must be results-driven, have strong analytical skills and be committed to creating new business opportunities- Preferred individual should have professional experience in Sales, Marketing and/or business development- Must have exhibit sound oral expression and comprehension, negotiation, listening, and reasoning skills- Proven time and account management skills, as well as excellent verbal and written communication skills- Individual should be comfortable selling in a teaming environment with responsibilities for accurate forecasting- Demonstrable successful sales experience in B2B or SaaS preferred- Strong work ethic and organizational skills- BA/BS Degree, Recent College Graduate, or equivalent experienceJob: Sales SupportPrimary Location: MIC-India MIC-Karnataka MIC-Bangalore Sales MICPosition Number: 865445Schedule: Full-time - Full Post
Business/Sales Operations Analyst (Amsterdam) Job (Amsterdam, NL)
About the Role and ResponsibilitiesSales Operations Analyst (Amsterdam)Location: Amsterdam, NetherlandsSpecific Responsibilities/Functions· Key driver behind implementing Operational Excellence Initiative- Measuring operational effectiveness of organization- Across all functions- Identify Best Practices area’s- Identify area’s for improvement- Administrate action plan· Defining, building, maintaining & distributing of KPI Dashboards- Operational Dashboard- Performance Dashboard- Data collection and interpretation· Works cross functions and departments in the EMEA region- Key hub for data-collection and distribution· Turn data in to actionable information- Bookings, market share, pipeline, installed base, p-matrixQualificationsQualifications· Strong Communicator· Fluent with Excel· Certificates in Six Sigma (or similar)· Analytical mind· Experience in a similar role as an Analyst· Hands-on mentality· Successfully worked across functions, with other countries, departments and on different levels· Fluent in English and Dutch is a mustMcAfee, a wholly owned subsidiary of Intel Corporation (NASDAQ:INTC), is the world's largest dedicated security technology company.We are relentlessly focused on constantly finding new ways to keep our customers safe. Share your talents with us in the dynamic security industry, and experience the meaningful, interesting work that is waiting for you!The successful applicant will be subject to background checking. McAfee is an Equal Employment Opportunity employer. We celebrate diversity!Job: Sales OperationsPrimary Location: EMEA-NLD-NHO-AmsterdamPosition Number: 1182013SOURCSchedule: Full-time - Full Post
Account Manager (OEM Embedded Sales) Job (Plano, TX, US)
About the Role and ResponsibilitiesLocation: Plano, TXAbout the Role:The OEM Account Manager will be responsible for driving the growth of all B2B OEM business in the Southwest / Midwest US region. The emphasis of this position is the development and growth of the embedded security business. Main emphasis is on identification, recruitment and closing of new design wins with embedded / device companies in the following arenas Medical, Industrial, Automotive, Consumer Electronics, Networking, Retail (ATM/POS),Office Automation and Military Aerospace.Key Responsibilities- The role will require travelling in the Southwest / Midwest region to recruit new OEM business partners and manage existing contracts.- The individual will need to coordinate with local McAfee field sale operation and leverage OEM global team for best practices.- Reporting to North America OEM business management, he/she will need to ensure proper communication at global and regional level.- This person will be creative thinker who knows how to determine a customer's needs and put together a win-win proposal and carry it through to contract execution.- Seeking and adding new accounts that will enhance McAfee's standing and bottom line- Seeking and bringing to new product / market opportunities- Handling a multi-million dollar quota- Representing the B2B OEM team in their working with other McAfee groups- Maintaining and growing an existing account base by developing and implementing a specific growth plan for each accountQualificationsRequired Experience/ Skills & Education:- You must have OEM experience with embedded technology to device OEM companies, preferably selling security related products- Experience of working to revenue targets and someone who has negotiated and closed deals over $1M, and have a proven Year On Year track record- A self starter who engages management up to C level within a client base to enhance political alignment.- Competent and experienced in the application of Target Account Selling methodology or other Sales/Business methodologies.- Understands the market issues and trends affecting business and use of IT.- Software background. Security sector experience is desirable.- Must be computer literate with email, Internet, word processing and spreadsheets.- Excellent oral and written skills.- Excellent presentation skills.McAfee, a wholly owned subsidiary of Intel Corporation (NASDAQ:INTC), is the world's largest dedicated security technology company. We are relentlessly focused on constantly finding new ways to keep our customers safe. Share your talents with us in the dynamic security industry, and experience the meaningful, interesting work that is waiting for you!McAfee is an Equal Employment Opportunity employer. We celebrate diversity!Job: Field SalesPrimary Location: NA-USA-TX-PlanoPosition Number: 878704Schedule: Full-time - Full Post
Why Having a Unified Defect Tracking Process Matters
A defect tracking process is a critical component of product development and application lifecycle management, as customers and users are often the first people to identify problems. Frequently, they share these issues with customer support people and other times they share these issues with sales people. Many companies struggle to effectively capture this information in…" target="_blank" style="font-family:sans-serif;text-decoration:none;" >ᔥ via OpenView Blog - Full Post
It’s All About the User Experience, Stupid!
We had a great first day at OpenView’s User Experience workshop, which featured incredible insight from Kyrie Robinson, a User Experience Partner with the Silicon Valley Product Group. On that note, I thought I’d explain why we felt user experience was an important topic for our portfolio companies to understand and what led to OpenView creating this workshop.…" target="_blank" style="font-family:sans-serif;text-decoration:none;" >ᔥ via OpenView Blog - Full Post
Product Marketing: How Your Product and Marketing Strategies Should Work Together
For a long time, I have wanted to put together a blog post on the often misunderstood function of Product Marketing in fast growing young software companies like our 18 portfolio companies. Diverse as our portfolio companies are in their sectors, industry focus, product technology, and geographical reach, we find time and again that they…" target="_blank" style="font-family:sans-serif;text-decoration:none;" >ᔥ via OpenView Blog - Full Post
Microsoft’s Windows 8: A Bold Product Strategy For A Changing IT Landscape
My colleague Nick Petri posted last week critiquing Microsoft’s product strategy with Windows 8. His chief concern was that Windows 8 is too much too soon and is too disruptive. Many industry insiders feel Steve Ballmer is betting the house on Windows 8 after nearly missing the boat on tablets and smartphones. Microsoft has dominated…" target="_blank" style="font-family:sans-serif;text-decoration:none;" >ᔥ via OpenView Blog - Full Post
When Mobile Computing Burns Out, What Comes Next?
Booms are often characterized by a revolutionary new technology that requires (relatively) little innovation to apply to new reaches of the economy. Eli Whitney’s Cotton Gin is widely credited as a big driver of the industrial revolution and the economic success of early America, even though Whitney himself made little from the invention. Ford’s Model…" target="_blank" style="font-family:sans-serif;text-decoration:none;" >ᔥ via OpenView Blog - Full Post
Calculate various fragmenrts in same column
Dear Experts,
Thanks for your time. I have got stuck on following problem. I have one file with five column name Chr, Pos Qial GT1 and GT2. In file Column 4 Gt1 is with 01 value only. I like to do comparision between col GT1 and col GT2. I like It has to check col 4 and 5 and print in output If 01 is followed by 00 as starting point and in another situation 00 followed by 01 as End point. For example In following sample, It has to print row (2) as starting point because it is followed by 00 in Col GT2. and row (4) as end point. Another cases would mentioned in expected outcome details. In few cases like row (10) and (13) where 01 situation is pre and followed by 00. So it first write this position as end point and same position as start point in next row.
Chr POS QUAL GT1 GT2
1 2556 96 01 01
1 1685 125 01 01
1 1770 80 01 00
1 1785 90 01 01
1 1810 95 01 01
1 1825 77 01 00
1 1835 80 01 00
1 1845 120 01 00
1 1875 125 01 00
1 1888 80 01 01
1 1910 95 01 00
1 1914 110 01 00
1 1935 65 01 01
1 1985 78 01 00
1 2030 100 01 01
1 2050 90 01 01
Expected Output
Start End
1685 1785
1810 1888
1888 1935
1935 2030
- Full Post
Thanks for your time. I have got stuck on following problem. I have one file with five column name Chr, Pos Qial GT1 and GT2. In file Column 4 Gt1 is with 01 value only. I like to do comparision between col GT1 and col GT2. I like It has to check col 4 and 5 and print in output If 01 is followed by 00 as starting point and in another situation 00 followed by 01 as End point. For example In following sample, It has to print row (2) as starting point because it is followed by 00 in Col GT2. and row (4) as end point. Another cases would mentioned in expected outcome details. In few cases like row (10) and (13) where 01 situation is pre and followed by 00. So it first write this position as end point and same position as start point in next row.
Chr POS QUAL GT1 GT2
1 2556 96 01 01
1 1685 125 01 01
1 1770 80 01 00
1 1785 90 01 01
1 1810 95 01 01
1 1825 77 01 00
1 1835 80 01 00
1 1845 120 01 00
1 1875 125 01 00
1 1888 80 01 01
1 1910 95 01 00
1 1914 110 01 00
1 1935 65 01 01
1 1985 78 01 00
1 2030 100 01 01
1 2050 90 01 01
Expected Output
Start End
1685 1785
1810 1888
1888 1935
1935 2030
- Full Post
How do i generate crystal report using MS-access with specified db value?
Hi friend ,
I am new in programming. I am having a table named as bill and i wanted to generate crystal report for invoice purpose,and report will contain Sr.No,ProductName,Weight, Rate, Total ,VAT and a final GrandTotal as final amount sum of the Total of multiple product.Bill will be generating based on SrNo which will be coming from a different form, Back is MS-Access.Billl will be generating like a formal bill with multiple product details and vat and sum of those products and VAT at the end .someone plz help me ... - Full Post
I am new in programming. I am having a table named as bill and i wanted to generate crystal report for invoice purpose,and report will contain Sr.No,ProductName,Weight, Rate, Total ,VAT and a final GrandTotal as final amount sum of the Total of multiple product.Bill will be generating based on SrNo which will be coming from a different form, Back is MS-Access.Billl will be generating like a formal bill with multiple product details and vat and sum of those products and VAT at the end .someone plz help me ... - Full Post
two-dimensional array to calculate
i. Average sales for each staff
ii. Average sales for each quarter
iii. Average sales for a year
iv. Total sales for each staff
v. Total sales for each quarter
vi. Total sales for a year
The sales performance is given in Table 1.
Table 1.
Staff ID Quarter1 Quarter2 Quarter3 Quarter4
100802 5500 7000 5500 6800
100888 4800 6700 7000 6500
100188 6890 2000 3500 2500
100189 4000 5000 5500 6000
100800 1210 4000 8000 8000
100122 8000 12000 14000 10000 - Full Post
ii. Average sales for each quarter
iii. Average sales for a year
iv. Total sales for each staff
v. Total sales for each quarter
vi. Total sales for a year
The sales performance is given in Table 1.
Table 1.
Staff ID Quarter1 Quarter2 Quarter3 Quarter4
100802 5500 7000 5500 6800
100888 4800 6700 7000 6500
100188 6890 2000 3500 2500
100189 4000 5000 5500 6000
100800 1210 4000 8000 8000
100122 8000 12000 14000 10000 - Full Post
Writing Python application for Windows Mobile 6.1 / 6.5?
How do I go about writing a python application for windows mobile 6.1 or 6.5?
I need to write one application (simple application, except for need for SQL support) for Windows Mobile. I been trying to decide which language is better to use.
At first I tried to install Windows Mobile 6.1 SDK, but it failed to install because I have Visual Studio 2010 (Not yet supported by 2010, need Visual Studio 2008). At that moment I was planning to use Visual C++ to program my application. However recently I been thinking if I would be possible to use Python?
What do I need to start develop a simple App with python on Windows Mobile 6.1? - Full Post
I need to write one application (simple application, except for need for SQL support) for Windows Mobile. I been trying to decide which language is better to use.
At first I tried to install Windows Mobile 6.1 SDK, but it failed to install because I have Visual Studio 2010 (Not yet supported by 2010, need Visual Studio 2008). At that moment I was planning to use Visual C++ to program my application. However recently I been thinking if I would be possible to use Python?
What do I need to start develop a simple App with python on Windows Mobile 6.1? - Full Post
compress file in .rar in C# .net
I have created an application which compress & convert a file in .rar or .zip format.But it can't be open and give error that the file is damaged!!!
string filetocompress = txtSourceFilePath.Text.Substring(txtSourceFilePath.Text.LastIndexOf("\\")+1);
MessageBox.Show(filetocompress);
FileStream sourcefile = File.Create(txtSourceFilePath.Text);
FileStream destination = File.Create(txtTargetFilePath.Text + filetocompress + ".gz");
byte[] buffer = new byte[sourcefile.Length];
sourcefile.Read(buffer, 0, buffer.Length);
using (GZipStream output = new GZipStream(destination, CompressionMode.Compress))
{
Console.WriteLine("Compressing {0} to {1}.", sourcefile.Name, destination.Name, false);
output.Write(buffer, 0, buffer.Length);
}
sourcefile.Close();
destination.Close();
- Full Post
string filetocompress = txtSourceFilePath.Text.Substring(txtSourceFilePath.Text.LastIndexOf("\\")+1);
MessageBox.Show(filetocompress);
FileStream sourcefile = File.Create(txtSourceFilePath.Text);
FileStream destination = File.Create(txtTargetFilePath.Text + filetocompress + ".gz");
byte[] buffer = new byte[sourcefile.Length];
sourcefile.Read(buffer, 0, buffer.Length);
using (GZipStream output = new GZipStream(destination, CompressionMode.Compress))
{
Console.WriteLine("Compressing {0} to {1}.", sourcefile.Name, destination.Name, false);
output.Write(buffer, 0, buffer.Length);
}
sourcefile.Close();
destination.Close();
- Full Post
Video splitting
import os
segmentbytes = 5242880
fullbytes = os.path.getsize("Wildlife.wmv")
numframe = fullbytes / segmentbytes
remainder = fullbytes % segmentbytes
parts = [open("Wildlife_Part%i.wmv" %i ,'wb') for i in range(numframe)]
with open("Wildlife.wmv",'rb') as f:
segment = f.read(segmentbytes)
for j in range(numframe):
parts[j].write(segment)
f = open("Segment.txt", "wb")
for i in range(numframe):
f.write("Wildlife_Part%i.wmv" %i + "\r\n")
for f in parts:
` f.close()`
I am working on a project that enables file segmentation. The problem is that when the video get segment into parts, each and every parts shows the same output, when the output is suppose to be each part would show only 1 part of the video. - Full Post
segmentbytes = 5242880
fullbytes = os.path.getsize("Wildlife.wmv")
numframe = fullbytes / segmentbytes
remainder = fullbytes % segmentbytes
parts = [open("Wildlife_Part%i.wmv" %i ,'wb') for i in range(numframe)]
with open("Wildlife.wmv",'rb') as f:
segment = f.read(segmentbytes)
for j in range(numframe):
parts[j].write(segment)
f = open("Segment.txt", "wb")
for i in range(numframe):
f.write("Wildlife_Part%i.wmv" %i + "\r\n")
for f in parts:
` f.close()`
I am working on a project that enables file segmentation. The problem is that when the video get segment into parts, each and every parts shows the same output, when the output is suppose to be each part would show only 1 part of the video. - Full Post
Treeview problem with IsSharedSizeScope
I have a problem with shared sized view on a tree. I have three levels on the tree.
My shared sized mode works on the last lavel where the lowest level of the tree corospond to the end of second level. my problem is I can not make the same thing happen for the second level which should corrospond to the first level. I have three grids and each grid contain children corrospond to the parent on the previous grid.
And here is my code
<Grid Name="mainGrid">
<TreeView Name="driverTree" Grid.IsSharedSizeScope="True">
<TreeView.Resources>
<HierarchicalDataTemplate DataType="{x:Type dw:DeviceDriverViewModel}" ItemsSource="{Binding Children}">
<Border BorderBrush="White" BorderThickness="1" Loaded="TreeViewItem_Loaded">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup1" />
</Grid.ColumnDefinitions>
<StackPanel Orientation="Horizontal" >
<TextBlock Text="{Binding Name}" Grid.Column="0"/>
<TextBlock FontWeight="Bold" Grid.Column="0"> driverversion.version</TextBlock>
<TextBlock Text="{Binding Version}" Grid.Column="0"/>
</StackPanel>
</Grid>
</Border>
</HierarchicalDataTemplate>
<HierarchicalDataTemplate DataType="{x:Type dw:FirmwareGroupViewModel}" ItemsSource="{Binding Children}">
<Border BorderBrush="White" BorderThickness="1" Loaded="TreeViewItem_Loaded">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup2" />
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup1"/>
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup2" />
</Grid.ColumnDefinitions>
<StackPanel Orientation="Horizontal" Grid.Row="1" Grid.Column="1" >
<TextBlock FontWeight="Bold" > driverversion.firmwaredescription</TextBlock>
<TextBlock Text="{Binding DetailedDescription}" />
<TextBlock FontWeight="Bold" > driverversion.firmwarebustype</TextBlock>
<TextBlock Text="{Binding MyBusTypes}" />
</StackPanel>
</Grid>
</Border>
</HierarchicalDataTemplate>
<HierarchicalDataTemplate DataType="{x:Type dw:FirmwareVersionViewModel}" ItemsSource="{Binding Children}">
<Border BorderBrush="White" BorderThickness="1" Loaded="TreeViewItem_Loaded">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup" />
<ColumnDefinition />
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup" />
</Grid.ColumnDefinitions>
<StackPanel Orientation="Vertical" Grid.Row="2" Grid.Column="2">
<StackPanel Orientation="Horizontal" Grid.Row="2" Grid.Column="2">
<TextBlock FontWeight="Bold"> driverversion.identificationnumber</TextBlock>
<TextBlock Text="{Binding VersionDescription}" />
</StackPanel>
<StackPanel Orientation="Horizontal" Grid.Row="2" Grid.Column="2">
<TextBlock FontWeight="Bold"> driverversion.maximumversion</TextBlock>
<TextBlock Text="{Binding MaximumVersion}"/>
</StackPanel>
<StackPanel Orientation="Horizontal" Grid.Row="2" Grid.Column="2">
<TextBlock FontWeight="Bold"> driverversion.minimumversion</TextBlock>
<TextBlock Text="{Binding MinimumVersion}"/>
</StackPanel>
</StackPanel>
</Grid>
</Border>
</HierarchicalDataTemplate>
</TreeView.Resources>
</TreeView>
</Grid>
<Grid Name="mainGrid">
<TreeView Name="driverTree" Grid.IsSharedSizeScope="True">
<TreeView.Resources>
<HierarchicalDataTemplate DataType="{x:Type dw:DeviceDriverViewModel}" ItemsSource="{Binding Children}">
<Border BorderBrush="White" BorderThickness="1" Loaded="TreeViewItem_Loaded">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup1" />
</Grid.ColumnDefinitions>
<StackPanel Orientation="Horizontal" >
<TextBlock Text="{Binding Name}" Grid.Column="0"/>
<TextBlock FontWeight="Bold" Grid.Column="0"> driverversion.version</TextBlock>
<TextBlock Text="{Binding Version}" Grid.Column="0"/>
</StackPanel>
</Grid>
</Border>
</HierarchicalDataTemplate>
<HierarchicalDataTemplate DataType="{x:Type dw:FirmwareGroupViewModel}" ItemsSource="{Binding Children}">
<Border BorderBrush="White" BorderThickness="1" Loaded="TreeViewItem_Loaded">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup2" />
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup1"/>
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup2" />
</Grid.ColumnDefinitions>
<StackPanel Orientation="Horizontal" Grid.Row="1" Grid.Column="1" >
<TextBlock FontWeight="Bold" > driverversion.firmwaredescription</TextBlock>
<TextBlock Text="{Binding DetailedDescription}" />
<TextBlock FontWeight="Bold" > driverversion.firmwarebustype</TextBlock>
<TextBlock Text="{Binding MyBusTypes}" />
</StackPanel>
</Grid>
</Border>
</HierarchicalDataTemplate>
<HierarchicalDataTemplate DataType="{x:Type dw:FirmwareVersionViewModel}" ItemsSource="{Binding Children}">
<Border BorderBrush="White" BorderThickness="1" Loaded="TreeViewItem_Loaded">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup" />
<ColumnDefinition />
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup" />
</Grid.ColumnDefinitions>
<StackPanel Orientation="Vertical" Grid.Row="2" Grid.Column="2">
<StackPanel Orientation="Horizontal" Grid.Row="2" Grid.Column="2">
<TextBlock FontWeight="Bold"> driverversion.identificationnumber</TextBlock>
<TextBlock Text="{Binding VersionDescription}" />
</StackPanel>
<StackPanel Orientation="Horizontal" Grid.Row="2" Grid.Column="2">
<TextBlock FontWeight="Bold"> driverversion.maximumversion</TextBlock>
<TextBlock Text="{Binding MaximumVersion}"/>
</StackPanel>
<StackPanel Orientation="Horizontal" Grid.Row="2" Grid.Column="2">
<TextBlock FontWeight="Bold"> driverversion.minimumversion</TextBlock>
<TextBlock Text="{Binding MinimumVersion}"/>
</StackPanel>
</StackPanel>
</Grid>
</Border>
</HierarchicalDataTemplate>
</TreeView.Resources>
</TreeView>
</Grid>
Now I want to add a picture
The children of the second level should start at the end of its parents. - Full Post
My shared sized mode works on the last lavel where the lowest level of the tree corospond to the end of second level. my problem is I can not make the same thing happen for the second level which should corrospond to the first level. I have three grids and each grid contain children corrospond to the parent on the previous grid.
And here is my code
<Grid Name="mainGrid">
<TreeView Name="driverTree" Grid.IsSharedSizeScope="True">
<TreeView.Resources>
<HierarchicalDataTemplate DataType="{x:Type dw:DeviceDriverViewModel}" ItemsSource="{Binding Children}">
<Border BorderBrush="White" BorderThickness="1" Loaded="TreeViewItem_Loaded">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup1" />
</Grid.ColumnDefinitions>
<StackPanel Orientation="Horizontal" >
<TextBlock Text="{Binding Name}" Grid.Column="0"/>
<TextBlock FontWeight="Bold" Grid.Column="0"> driverversion.version</TextBlock>
<TextBlock Text="{Binding Version}" Grid.Column="0"/>
</StackPanel>
</Grid>
</Border>
</HierarchicalDataTemplate>
<HierarchicalDataTemplate DataType="{x:Type dw:FirmwareGroupViewModel}" ItemsSource="{Binding Children}">
<Border BorderBrush="White" BorderThickness="1" Loaded="TreeViewItem_Loaded">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup2" />
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup1"/>
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup2" />
</Grid.ColumnDefinitions>
<StackPanel Orientation="Horizontal" Grid.Row="1" Grid.Column="1" >
<TextBlock FontWeight="Bold" > driverversion.firmwaredescription</TextBlock>
<TextBlock Text="{Binding DetailedDescription}" />
<TextBlock FontWeight="Bold" > driverversion.firmwarebustype</TextBlock>
<TextBlock Text="{Binding MyBusTypes}" />
</StackPanel>
</Grid>
</Border>
</HierarchicalDataTemplate>
<HierarchicalDataTemplate DataType="{x:Type dw:FirmwareVersionViewModel}" ItemsSource="{Binding Children}">
<Border BorderBrush="White" BorderThickness="1" Loaded="TreeViewItem_Loaded">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup" />
<ColumnDefinition />
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup" />
</Grid.ColumnDefinitions>
<StackPanel Orientation="Vertical" Grid.Row="2" Grid.Column="2">
<StackPanel Orientation="Horizontal" Grid.Row="2" Grid.Column="2">
<TextBlock FontWeight="Bold"> driverversion.identificationnumber</TextBlock>
<TextBlock Text="{Binding VersionDescription}" />
</StackPanel>
<StackPanel Orientation="Horizontal" Grid.Row="2" Grid.Column="2">
<TextBlock FontWeight="Bold"> driverversion.maximumversion</TextBlock>
<TextBlock Text="{Binding MaximumVersion}"/>
</StackPanel>
<StackPanel Orientation="Horizontal" Grid.Row="2" Grid.Column="2">
<TextBlock FontWeight="Bold"> driverversion.minimumversion</TextBlock>
<TextBlock Text="{Binding MinimumVersion}"/>
</StackPanel>
</StackPanel>
</Grid>
</Border>
</HierarchicalDataTemplate>
</TreeView.Resources>
</TreeView>
</Grid>
<Grid Name="mainGrid">
<TreeView Name="driverTree" Grid.IsSharedSizeScope="True">
<TreeView.Resources>
<HierarchicalDataTemplate DataType="{x:Type dw:DeviceDriverViewModel}" ItemsSource="{Binding Children}">
<Border BorderBrush="White" BorderThickness="1" Loaded="TreeViewItem_Loaded">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup1" />
</Grid.ColumnDefinitions>
<StackPanel Orientation="Horizontal" >
<TextBlock Text="{Binding Name}" Grid.Column="0"/>
<TextBlock FontWeight="Bold" Grid.Column="0"> driverversion.version</TextBlock>
<TextBlock Text="{Binding Version}" Grid.Column="0"/>
</StackPanel>
</Grid>
</Border>
</HierarchicalDataTemplate>
<HierarchicalDataTemplate DataType="{x:Type dw:FirmwareGroupViewModel}" ItemsSource="{Binding Children}">
<Border BorderBrush="White" BorderThickness="1" Loaded="TreeViewItem_Loaded">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup2" />
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup1"/>
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup2" />
</Grid.ColumnDefinitions>
<StackPanel Orientation="Horizontal" Grid.Row="1" Grid.Column="1" >
<TextBlock FontWeight="Bold" > driverversion.firmwaredescription</TextBlock>
<TextBlock Text="{Binding DetailedDescription}" />
<TextBlock FontWeight="Bold" > driverversion.firmwarebustype</TextBlock>
<TextBlock Text="{Binding MyBusTypes}" />
</StackPanel>
</Grid>
</Border>
</HierarchicalDataTemplate>
<HierarchicalDataTemplate DataType="{x:Type dw:FirmwareVersionViewModel}" ItemsSource="{Binding Children}">
<Border BorderBrush="White" BorderThickness="1" Loaded="TreeViewItem_Loaded">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup" />
<ColumnDefinition />
<ColumnDefinition Width="Auto" SharedSizeGroup="columnGroup" />
</Grid.ColumnDefinitions>
<StackPanel Orientation="Vertical" Grid.Row="2" Grid.Column="2">
<StackPanel Orientation="Horizontal" Grid.Row="2" Grid.Column="2">
<TextBlock FontWeight="Bold"> driverversion.identificationnumber</TextBlock>
<TextBlock Text="{Binding VersionDescription}" />
</StackPanel>
<StackPanel Orientation="Horizontal" Grid.Row="2" Grid.Column="2">
<TextBlock FontWeight="Bold"> driverversion.maximumversion</TextBlock>
<TextBlock Text="{Binding MaximumVersion}"/>
</StackPanel>
<StackPanel Orientation="Horizontal" Grid.Row="2" Grid.Column="2">
<TextBlock FontWeight="Bold"> driverversion.minimumversion</TextBlock>
<TextBlock Text="{Binding MinimumVersion}"/>
</StackPanel>
</StackPanel>
</Grid>
</Border>
</HierarchicalDataTemplate>
</TreeView.Resources>
</TreeView>
</Grid>
Now I want to add a picture
The children of the second level should start at the end of its parents. - Full Post
How to enable firewall in my script?
Hi
I have script(ip.py) that send me ip.txt from my remote pc to my email.
My problem is my firewall in my remote pc block ip.txt file.
How can I tell Firewall in my script to allow ip.txt file from my remote pc(Add python script to firewall exceptions)?
I’m using netsh advfirewall firewall and I do like this but something wrong I think!!!
FIREWALL_ALLOW_PROGRAM = 'netsh advfirewall firewall add rule name="ip" dir=in action=allow program="{}"
Shoud I add something in subprocess How?
See this lik please - Full Post
I have script(ip.py) that send me ip.txt from my remote pc to my email.
My problem is my firewall in my remote pc block ip.txt file.
How can I tell Firewall in my script to allow ip.txt file from my remote pc(Add python script to firewall exceptions)?
I’m using netsh advfirewall firewall and I do like this but something wrong I think!!!
FIREWALL_ALLOW_PROGRAM = 'netsh advfirewall firewall add rule name="ip" dir=in action=allow program="{}"
Shoud I add something in subprocess How?
See this lik please - Full Post
To continuously monitor the system time and no. of packets from Tshark
I need to write a C program in the LINUX such that
First Condition: from morning 8 am to evening 6 pm and also if the number of packets in the network which is being counted by the Tshark in the terminal window is greater than 500 then Switch will be turned ON and if the packets is less than 500 the HUB should turn ON.
Second condition is from evening 6 pm to morning 7.59 am and if the number of packets is less than 500 in the network then HUB will be turned ON and if it is greater than 500 Switch will be turned ON.
So the help I need is to write a C program that should monitor/count the Tshark packets in the terminal window and also simultaneously the system time, these both are important aspects. - Full Post
First Condition: from morning 8 am to evening 6 pm and also if the number of packets in the network which is being counted by the Tshark in the terminal window is greater than 500 then Switch will be turned ON and if the packets is less than 500 the HUB should turn ON.
Second condition is from evening 6 pm to morning 7.59 am and if the number of packets is less than 500 in the network then HUB will be turned ON and if it is greater than 500 Switch will be turned ON.
So the help I need is to write a C program that should monitor/count the Tshark packets in the terminal window and also simultaneously the system time, these both are important aspects. - Full Post
Need your inputs for Mailer
Hi, All,
Good Day!
I am instructed to create an email sender program. The requirements are as follows:
- masking the sender's email address (company@no-reply.com)
- able to send on multiple email-addresses
- delivery logs
I've used System.Net.Mail(smtp) in this task but the biggest problem is that, Net.Mail can't determine if the mail is successfully delivered and if not, the bounced mail should be logged in a text file. In addition, I need to mask the sender email address but this will blocked the bounced mail(correct me if im wrong).
What should I do here? I'm running out of options. You help will be much appreciated. Thanks in advance.
Sincerely,
renzlo - Full Post
Good Day!
I am instructed to create an email sender program. The requirements are as follows:
- masking the sender's email address (company@no-reply.com)
- able to send on multiple email-addresses
- delivery logs
I've used System.Net.Mail(smtp) in this task but the biggest problem is that, Net.Mail can't determine if the mail is successfully delivered and if not, the bounced mail should be logged in a text file. In addition, I need to mask the sender email address but this will blocked the bounced mail(correct me if im wrong).
What should I do here? I'm running out of options. You help will be much appreciated. Thanks in advance.
Sincerely,
renzlo - Full Post
vb.net crystal report connection info to multiple databases
i have a crystal report then i create new connection under Access/Excel, then i select my database.
i add 2 access database say Database1.tbl_employee and Database2.tbl_images.
now i linked the 2 tables from 2 database.
tbl_employee.ID ---- tbl_images.ID
it works well on crystal report the problem is when i call the report from vb its asking for a connection info,
currently i have this code.
but i only declare 1 database connection info on this code.
is there a way to have them both ,, i mean connection info for 2 database.
any help would do. - Full Post
i add 2 access database say Database1.tbl_employee and Database2.tbl_images.
now i linked the 2 tables from 2 database.
tbl_employee.ID ---- tbl_images.ID
it works well on crystal report the problem is when i call the report from vb its asking for a connection info,
currently i have this code.
but i only declare 1 database connection info on this code.
is there a way to have them both ,, i mean connection info for 2 database.
any help would do. - Full Post
C# string to byte conversion
I'm currently working in a java to c# conversion project. In one part I got this Java code snippet.
public CustomType someMethod(Message msg) throws IOException
{
byte[] data = msg.toString().getBytes();
}
to my understanding, data contains the byte representation of the string msg.toString()
But when I try to write it in C# like following format, i get errors.
public CustomType someMethod(Message msg)
{
try
{
byte[] data= byte.Parse(msg.ToString());
}
catch(IOException e)
{
throw e;
}
}
how can I solve this problem? - Full Post
public CustomType someMethod(Message msg) throws IOException
{
byte[] data = msg.toString().getBytes();
}
to my understanding, data contains the byte representation of the string msg.toString()
But when I try to write it in C# like following format, i get errors.
public CustomType someMethod(Message msg)
{
try
{
byte[] data= byte.Parse(msg.ToString());
}
catch(IOException e)
{
throw e;
}
}
how can I solve this problem? - Full Post
What is a good C++ cryptography librarie?
Every time I want to write an encryption program, say RSA algorithm. I have to re - invent the wheel and design the key generation and all those small things my self.
Now latly I heard abou AES algorithm and that it is so secure and a lot more stuff. But I cant seem to find a good tutorial on how it works and how to implement it (even a basic implementation) in C++.
So what are cross platform cryptography libraries (if they even exist) that I can use?
- I am using visual C++ 2010 and see there is a Security.h header, is this is a crypt librarie, and where can I find tutorials on it?
Also do you know any AES tutorials, explanation etc. ? - Full Post
Now latly I heard abou AES algorithm and that it is so secure and a lot more stuff. But I cant seem to find a good tutorial on how it works and how to implement it (even a basic implementation) in C++.
So what are cross platform cryptography libraries (if they even exist) that I can use?
- I am using visual C++ 2010 and see there is a Security.h header, is this is a crypt librarie, and where can I find tutorials on it?
Also do you know any AES tutorials, explanation etc. ? - Full Post
Removing Duplicate Numbers from User Defined Array
Okay, so I've created an array that is defined by the user input, they enter a number to determine the amount of elements, then they put in the value of said elements. My program is supposed to remove duplicates from this array. This is what I have so far, it runs, but not how I want it to. This is what I have so far, however I am missing something or I added something extra. Can someone explain what I'm doing wrong?
` static void Main()
{
Console.WriteLine("enter array length ");
int number = Int32.Parse(Console.ReadLine());
int[] number1 = new int[number];
int[] number2 = ElimDuplicates(number1); // array to eliminate duplicates
foreach (int duplicate in number2)
{
Console.Write("{0}, ", duplicate);
}
Console.WriteLine();
Console.ReadLine();
}
/// <summary>
/// Eliminates the Duplicates
/// </summary>
/// <param name="number"></param>
/// <returns></returns>
static int[] ElimDuplicates(int[] number)
{
if (number == null || number.Length == 1)
{
return number;
}
ArrayList list = new ArrayList(number);
list.Sort();
for (int i = list.Count - 1; i > 0; i--)
{
if ((int)list[i] == (int)list[i - 1]) list.RemoveAt(i);
}
return (int[])list.ToArray(typeof(int));
}
public static void GetArray(int[] array)
{
for (int count = 0; count < array.Length; count++)
{
Console.WriteLine("enter a number:");
array[count] = Convert.ToInt32(Console.ReadLine());
}
}
}
}
` - Full Post
` static void Main()
{
Console.WriteLine("enter array length ");
int number = Int32.Parse(Console.ReadLine());
int[] number1 = new int[number];
int[] number2 = ElimDuplicates(number1); // array to eliminate duplicates
foreach (int duplicate in number2)
{
Console.Write("{0}, ", duplicate);
}
Console.WriteLine();
Console.ReadLine();
}
/// <summary>
/// Eliminates the Duplicates
/// </summary>
/// <param name="number"></param>
/// <returns></returns>
static int[] ElimDuplicates(int[] number)
{
if (number == null || number.Length == 1)
{
return number;
}
ArrayList list = new ArrayList(number);
list.Sort();
for (int i = list.Count - 1; i > 0; i--)
{
if ((int)list[i] == (int)list[i - 1]) list.RemoveAt(i);
}
return (int[])list.ToArray(typeof(int));
}
public static void GetArray(int[] array)
{
for (int count = 0; count < array.Length; count++)
{
Console.WriteLine("enter a number:");
array[count] = Convert.ToInt32(Console.ReadLine());
}
}
}
}
` - Full Post
VB6 reference to already open Excel
I do very little programming these days, but I try to maintain an application for our church that maintains most of it's bookkeeping and report generation. The application is all done in Excel/VBA, using many forms and several workbooks. Yes, we are using antiquated programs (XP/Office 2003) because we are getting what we need at a cost we can afford, and it works fine except for one function.
My thorn in the side has been the weekly donations. The data is entered by the Treasurer, and names are not uniform (despite all known means of encouragement).
When the treasurer attempts to make corrections, the VBA form seems to get easily confused if tab flow is not followed. Sometimes a control will get focus, but the tab reverts to making a tab instead of progressing to the next control. Then things get really messy. I'm on my fourth version of the form and have been unable to beat this issue.
Since the vb6 form is more robust, I am trying to write a VB6 exe that will handle data entry for this task. I have used Excel as my DB with vb6 several times and understand most of that aspect. My current problem is how to reference the "already open" workbook so that the exe may be started and stopped without opening new instances of the workbook.
I can't seem to find anything anywhere on this, so any suggestions would be appreciated. - Full Post
My thorn in the side has been the weekly donations. The data is entered by the Treasurer, and names are not uniform (despite all known means of encouragement).
When the treasurer attempts to make corrections, the VBA form seems to get easily confused if tab flow is not followed. Sometimes a control will get focus, but the tab reverts to making a tab instead of progressing to the next control. Then things get really messy. I'm on my fourth version of the form and have been unable to beat this issue.
Since the vb6 form is more robust, I am trying to write a VB6 exe that will handle data entry for this task. I have used Excel as my DB with vb6 several times and understand most of that aspect. My current problem is how to reference the "already open" workbook so that the exe may be started and stopped without opening new instances of the workbook.
I can't seem to find anything anywhere on this, so any suggestions would be appreciated. - Full Post
delete the specific lines of text file using java code
Firstly, I am a beginner in Java, and I have never been into any programming before, so it seems like I need a little help to solve a task. The task is "I've a text file with the size of more than 5 MB, & I need to clear the contents between the strings CATCH_IN and CATCH_OUT, so whenever CATCH_IN and CATCH_OUT are coming, need to clear the contents between them, after clearing this, white space should be there in the text file I guess, and it should also need to be cleared.
Finally , I’m expecting the output would look like below.
MATCH_START;
CHANGE;
PLAY_START
DFSHDG_FDGSDFGFD"FGFSDG@FSAASDF";
SDHDG_SADFASF:"FGFSDG_FGSDG";
SDFASF_FASFFDGFSDSDFA"A";
SDFSAD_FDGFSDG:"GHFDG";
DFADSF_DSFSHDG;
CATCH_IN;
CATCH_OUT;
SDFSAD_FDGFSDG:"GHFDG";
FGSDGGHG:"1033";
GHJGFH:"FSDGSFDFG";
SOURCE:"894";
FGSDFGF:"24";
SEASOFSDGSFDFGL:"FSDGSFDFG";
HGDHGD:"64916";
GFHFDHD:"FSDGSFDFG";
KEY_INDICATOR:"TRUE";
REAL_NOMIFSDGSFDFGL:"FSDGSFDFG";
TIMESTAMP_ATTR:"20.06.14 17:11:28";
TIMESTAMP_VALUES:"20.06.14 17:11:28";
TSERIES_END;
MATCH_START;
CHANGE;
PLAY_START
DFSHDG_FDGSDFGFD"GFSDGSDG@ADSFSF";
SDHDG_SADFASF:"GFSDGSDG_HDG";
SDFASF_FASFFDGFSDSDFA"M";
SDFSAD_FDGFSDG:"GHFDG";
DFADSF_DSFSHDG;
CATCH_IN;
CATCH_OUT;
-------
if follows ... - Full Post
Finally , I’m expecting the output would look like below.
MATCH_START;
CHANGE;
PLAY_START
DFSHDG_FDGSDFGFD"FGFSDG@FSAASDF";
SDHDG_SADFASF:"FGFSDG_FGSDG";
SDFASF_FASFFDGFSDSDFA"A";
SDFSAD_FDGFSDG:"GHFDG";
DFADSF_DSFSHDG;
CATCH_IN;
CATCH_OUT;
SDFSAD_FDGFSDG:"GHFDG";
FGSDGGHG:"1033";
GHJGFH:"FSDGSFDFG";
SOURCE:"894";
FGSDFGF:"24";
SEASOFSDGSFDFGL:"FSDGSFDFG";
HGDHGD:"64916";
GFHFDHD:"FSDGSFDFG";
KEY_INDICATOR:"TRUE";
REAL_NOMIFSDGSFDFGL:"FSDGSFDFG";
TIMESTAMP_ATTR:"20.06.14 17:11:28";
TIMESTAMP_VALUES:"20.06.14 17:11:28";
TSERIES_END;
MATCH_START;
CHANGE;
PLAY_START
DFSHDG_FDGSDFGFD"GFSDGSDG@ADSFSF";
SDHDG_SADFASF:"GFSDGSDG_HDG";
SDFASF_FASFFDGFSDSDFA"M";
SDFSAD_FDGFSDG:"GHFDG";
DFADSF_DSFSHDG;
CATCH_IN;
CATCH_OUT;
-------
if follows ... - Full Post
create a notepad application
Provide three menu options to format the text entered in QTextEdit to (1) display the letters in capital letters (2) display the text in red (3) align the text in the center
I did the 2nd and the 3rd part but I can't find the capital letter part
if (name == "Color") {
textEdit->setTextColor("red");
}
if (name == "Capital") {
textEdit->??????;
}
if (name == "Center") {
textEdit->setAlignment(Qt::AlignHCenter);
}
can u give me some guidance please? - Full Post
I did the 2nd and the 3rd part but I can't find the capital letter part
if (name == "Color") {
textEdit->setTextColor("red");
}
if (name == "Capital") {
textEdit->??????;
}
if (name == "Center") {
textEdit->setAlignment(Qt::AlignHCenter);
}
can u give me some guidance please? - Full Post
Insert selected Multiple rows from two DatagridView to another Datagridview
Hi..
I am newbe in vb.net. I am creating a small project for students. I need a help.
I have three DataGridView on my form.And I am importing the data from the csv to datagridview1 and datagridview2 and have 5 columns in first and second with different names. Now I need to copy first row cell calues from datagridview1 and datagridview2 to datagridview3 in the first row only. How can i perform this.
datagridview-1
Col-A : Col-B : Col-C
100 200 300
datagridview-2
Col-D : Col-E : Col-F
1000 2000 3000
datagridview-3
Col-A : Col-B : Col-C : Col-D : Col-E : Col-F
100 200 300 1000 2000 3000
- Full Post
I am newbe in vb.net. I am creating a small project for students. I need a help.
I have three DataGridView on my form.And I am importing the data from the csv to datagridview1 and datagridview2 and have 5 columns in first and second with different names. Now I need to copy first row cell calues from datagridview1 and datagridview2 to datagridview3 in the first row only. How can i perform this.
datagridview-1
Col-A : Col-B : Col-C
100 200 300
datagridview-2
Col-D : Col-E : Col-F
1000 2000 3000
datagridview-3
Col-A : Col-B : Col-C : Col-D : Col-E : Col-F
100 200 300 1000 2000 3000
- Full Post
Looking to copy and paste a row
So what I am trying to do is copy a row of information when an item in the 'k' column which will say 'recieved'. So what my code needs to do is copy the row of information on that row that says 'recieved' to sheet 2 and then remove it from sheet 1 and moves all the data from sheet 1 up to close the gap. Here is the code that I am using.
Sub example()
For Each ce In Range("A2:A" & Cells(Rows.Count, 1).End(xlUp).Row)
If Not IsEmpty(ce) Then
Sheets("sheet2").Cells(Rows.Count, 1).End(xlUp).Offset(1, 0).Resize(1, 18).Value = Range(ce, ce.Offset(0, 17)).Value
End If
Next ce
End Sub
I realize that this code moves all of my data and i only need it to move rows that go to the state that says 'recieved'and that row will vary. Thank you in advance! - Full Post
Sub example()
For Each ce In Range("A2:A" & Cells(Rows.Count, 1).End(xlUp).Row)
If Not IsEmpty(ce) Then
Sheets("sheet2").Cells(Rows.Count, 1).End(xlUp).Offset(1, 0).Resize(1, 18).Value = Range(ce, ce.Offset(0, 17)).Value
End If
Next ce
End Sub
I realize that this code moves all of my data and i only need it to move rows that go to the state that says 'recieved'and that row will vary. Thank you in advance! - Full Post
Tic Tac Toe
/*
############ Project Name : TIC TAC TOE
############ CODED BY
############ > Faysal Ishtiaq Rabby
############ ~ Student ID : 120909
############ Khulna University, Bangladesh.
*/
#include "stdafx.h"
#include<stdlib.h>
int main()
/* Declaring Variables */
char gamestart;
char pos_input[]={'1','2','3','4','5','6','7','8','9'};
int gameloop, option_position,input,flag=0,player_number,rand_int,i;
/* Variable Declaration Finished*/
printf("Press \"ENTER\" to start.");
scanf("%c",&gamestart);
while(gamestart == '\n')
{
/* Re-defining Variables... - Full Post
############ Project Name : TIC TAC TOE
############ CODED BY
############ > Faysal Ishtiaq Rabby
############ ~ Student ID : 120909
############ Khulna University, Bangladesh.
*/
#include "stdafx.h"
#include<stdlib.h>
int main()
/* Declaring Variables */
char gamestart;
char pos_input[]={'1','2','3','4','5','6','7','8','9'};
int gameloop, option_position,input,flag=0,player_number,rand_int,i;
/* Variable Declaration Finished*/
printf("Press \"ENTER\" to start.");
scanf("%c",&gamestart);
while(gamestart == '\n')
{
/* Re-defining Variables... - Full Post
help please
public static void main(String[] args){
/*The number of bacteria, B, in a culture that’s subject to refrigeration can be
approximated by this formula:
B=300000*e^-0.032t
Using this formula, write a program that prompts the user for a value of time, calculates the
number of bacteria in the culture, and displays the result. */
Scanner i=new Scanner(System.in);
double B,e=2.71828,t;
Math.pow((double)e, (double)t);
System.out.println("Please input your value of time: ");
t=i.nextDouble();
** B = (300000)*Math.pow(e),(-0.032 * t);**
System.out.println("Number of bacteria: "+B);
}
it gives me an error
how can i make a formula multiply with that e^-0.032t?
- Full Post
/*The number of bacteria, B, in a culture that’s subject to refrigeration can be
approximated by this formula:
B=300000*e^-0.032t
Using this formula, write a program that prompts the user for a value of time, calculates the
number of bacteria in the culture, and displays the result. */
Scanner i=new Scanner(System.in);
double B,e=2.71828,t;
Math.pow((double)e, (double)t);
System.out.println("Please input your value of time: ");
t=i.nextDouble();
** B = (300000)*Math.pow(e),(-0.032 * t);**
System.out.println("Number of bacteria: "+B);
}
it gives me an error
how can i make a formula multiply with that e^-0.032t?
- Full Post
Removing tuples from a list of them?
notdone = [tuple((x,y))for x in range(5) for y in range(6)]
for i in showns:
s = lambda :tuple(random.sample(notdone,1)) #random.sample gives a LIST even though I used tuple()
print notdone #debug
a = s()
print a #debug
notdone.remove(a)
b = s()
flashcards[a] = Flashcard((x*20,y*100),i)
flashcards[b] = Flashcard((x*20,y*100),i)
[(0, 0), (0, 1), (0, 2), (0, 3), (0, 4), (0, 5), (1, 0), (1, 1), (1, 2), (1, 3),
(1, 4), (1, 5), (2, 0), (2, 1), (2, 2), (2, 3), (2, 4), (2, 5), (3, 0), (3, 1),
(3, 2), (3, 3), (3, 4), (3, 5), (4, 0), (4, 1), (4, 2), (4, 3), (4, 4), (4, 5)]
((4, 0),)
Traceback (most recent call last):
File "C:\Users\William\Desktop\memory.py", line 51, in <module>
notdone.remove(a)
ValueError: list.remove(x): x not in list
I think it's because tuples are immutable, so their diffrent objects with the same value.
You see, (4,0) is in notdone.Why tuples?Because you can't hash a list. I'm using x,y coordinates so I can track it. - Full Post
for i in showns:
s = lambda :tuple(random.sample(notdone,1)) #random.sample gives a LIST even though I used tuple()
print notdone #debug
a = s()
print a #debug
notdone.remove(a)
b = s()
flashcards[a] = Flashcard((x*20,y*100),i)
flashcards[b] = Flashcard((x*20,y*100),i)
[(0, 0), (0, 1), (0, 2), (0, 3), (0, 4), (0, 5), (1, 0), (1, 1), (1, 2), (1, 3),
(1, 4), (1, 5), (2, 0), (2, 1), (2, 2), (2, 3), (2, 4), (2, 5), (3, 0), (3, 1),
(3, 2), (3, 3), (3, 4), (3, 5), (4, 0), (4, 1), (4, 2), (4, 3), (4, 4), (4, 5)]
((4, 0),)
Traceback (most recent call last):
File "C:\Users\William\Desktop\memory.py", line 51, in <module>
notdone.remove(a)
ValueError: list.remove(x): x not in list
I think it's because tuples are immutable, so their diffrent objects with the same value.
You see, (4,0) is in notdone.Why tuples?Because you can't hash a list. I'm using x,y coordinates so I can track it. - Full Post
How to Retrive data to textboxes on selected indexchenge event of Dropdownl
Hi plz help me to correct this code... - Full Post
Multiple Select OpenFileDialog
Hey Guys,
I'm Learning a bit more about things you can do with OpenFileDialog. One of the things was to see if I could move a file to specfic destination depending on the filename. That works fine However come to a halt when trying to do the same thing with multipleSelect.
here's the code:
private void importToolStripMenuItem_Click(object sender, System.EventArgs e)
{
openFileDialog1.Multiselect = true;
string filename = null;
string dir = @"C:\folder1";
string dir2 = @"C:\folder2";
string dir3 = @"C:\folder3";
if (openFileDialog1.ShowDialog() == DialogResult.OK && openFileDialog1.FileName != "")
{
filename = openFileDialog1.SafeFileName;
;
foreach (string file in openFileDialog1.FileNames)
{
try
{
if (filename.ToUpper().Contains("fish".ToUpper()))
{
File.Move(openFileDialog1.FileName.ToString(), dir + filename);
}
else if (filename.ToUpper().Contains("hydra".ToUpper()))
{
File.Move(openFileDialog1.FileName.ToString(), dir2 + filename);
}
else
{
File.Move(openFileDialog1.FileName.ToString(), dir3 + filename);
}
}
catch (Exception ex) { MessageBox.Show(ex.Message); }
}
}
}
I can select multiple files, however it tells me that it couldnt find the first file despite it has been moved already and it won't continue with the rest of the files.
Cheers - Full Post
I'm Learning a bit more about things you can do with OpenFileDialog. One of the things was to see if I could move a file to specfic destination depending on the filename. That works fine However come to a halt when trying to do the same thing with multipleSelect.
here's the code:
private void importToolStripMenuItem_Click(object sender, System.EventArgs e)
{
openFileDialog1.Multiselect = true;
string filename = null;
string dir = @"C:\folder1";
string dir2 = @"C:\folder2";
string dir3 = @"C:\folder3";
if (openFileDialog1.ShowDialog() == DialogResult.OK && openFileDialog1.FileName != "")
{
filename = openFileDialog1.SafeFileName;
;
foreach (string file in openFileDialog1.FileNames)
{
try
{
if (filename.ToUpper().Contains("fish".ToUpper()))
{
File.Move(openFileDialog1.FileName.ToString(), dir + filename);
}
else if (filename.ToUpper().Contains("hydra".ToUpper()))
{
File.Move(openFileDialog1.FileName.ToString(), dir2 + filename);
}
else
{
File.Move(openFileDialog1.FileName.ToString(), dir3 + filename);
}
}
catch (Exception ex) { MessageBox.Show(ex.Message); }
}
}
}
I can select multiple files, however it tells me that it couldnt find the first file despite it has been moved already and it won't continue with the rest of the files.
Cheers - Full Post
EVENT: The James Irvine Foundation Briefing SeriesDefunding Higher Education: What Are the Effects on College Enrollment?
Date:
May 10, 2012
Time:
12:00-1:30 p.m.
Location:
CSAC Conference Center
1020 11th Street, second floor
Sacramento, CA
ABOUT THE PROGRAMAs state spending on higher education has declined, public colleges and universities have struggled to respond, raising tuition and cutting costs. PPIC Bren Policy Fellow will discuss the effects of these trends on the college enrollment rates of recent high school graduates in California.
This study was supported with funding from the and .SPEAKER
, Bren Policy Fellow, PPICThe James Irvine Foundation Briefing Series is intended to inform decisionmakers and facilitate constructive discussion about the major social, economic, and political issues facing California. The series is supported by a grant from .="_blank"> - Full Post
May 10, 2012
Time:
12:00-1:30 p.m.
Location:
CSAC Conference Center
1020 11th Street, second floor
Sacramento, CA
ABOUT THE PROGRAMAs state spending on higher education has declined, public colleges and universities have struggled to respond, raising tuition and cutting costs. PPIC Bren Policy Fellow will discuss the effects of these trends on the college enrollment rates of recent high school graduates in California.
This study was supported with funding from the and .SPEAKER
, Bren Policy Fellow, PPICThe James Irvine Foundation Briefing Series is intended to inform decisionmakers and facilitate constructive discussion about the major social, economic, and political issues facing California. The series is supported by a grant from .="_blank"> - Full Post
Semantic Search Simplified and Decoded
What does Semantic Search mean?
Semantic search works to understand a searcher’s intent and the contextual meaning of a search rather than simply the keywords. In other words, search engines such as Google finds meaning and relationship between the words to provide you the best results.
Not only does Semantic search system consider the context of search but it also looks at several other factors such as the location, intent, variation of words, synonyms, generalized and specialized queries, concept matching and natural language queries to provide relevant search results.
For example, if one searches for “Kings” then Google will use artificial intelligence to understand the contextual meaning and may show results of either a sports team, business, TV show etc.
The approach to Google’s semantic search is known as the knowledge graph and it is currently only available for U.S. based searches for now.
What does this mean for SEO?
The focus in SEO is shifting away from just keywords and more towards user intent whether it’s in the content of your site or in the keywords. The focus is on people and the meaning behind their words.
Overall, an improvement in the accuracy, usefulness and relevancy of search results is the ultimate goal of semantic search and it will continue to benefit sites that have good quality, unique and relevant content with more qualified traffic.
______________________________Contributed by Bhawna Sharma, Sr. eStrategist
- Full Post
Semantic search works to understand a searcher’s intent and the contextual meaning of a search rather than simply the keywords. In other words, search engines such as Google finds meaning and relationship between the words to provide you the best results.
Not only does Semantic search system consider the context of search but it also looks at several other factors such as the location, intent, variation of words, synonyms, generalized and specialized queries, concept matching and natural language queries to provide relevant search results.
For example, if one searches for “Kings” then Google will use artificial intelligence to understand the contextual meaning and may show results of either a sports team, business, TV show etc.
The approach to Google’s semantic search is known as the knowledge graph and it is currently only available for U.S. based searches for now.
What does this mean for SEO?
The focus in SEO is shifting away from just keywords and more towards user intent whether it’s in the content of your site or in the keywords. The focus is on people and the meaning behind their words.
Overall, an improvement in the accuracy, usefulness and relevancy of search results is the ultimate goal of semantic search and it will continue to benefit sites that have good quality, unique and relevant content with more qualified traffic.
______________________________Contributed by Bhawna Sharma, Sr. eStrategist
- Full Post
Sorry, But New Year’s Resolutions Are A Waste Of Time
It’s January and that can mean only one thing. It’s new year’s resolution time again, and because it’s not only a new year but a new decade as well, the enthusiasm is off the charts. Except, it doesn’t seem to really matter what year, decade or century it is (or any other milestone you can think of for that matter). Statistically, the vast majority of new year’s resolutions get broken within a month of making them. A month! Hardly surprising perhaps; it’s easy to make a resolution, so it’s bound to be easy to break them too.
You’d think that by now, we’d have all wised up to the fine art of setting goals and sticking to them, but year on year we put ourselves through this ritual of setting half-arsed, badly planned out resolutions, fueled by magazines, media types, self-help gurus and bloggers (yes, even I’ve been of it until I, ahem, finally wised up).
The problem isn’t setting the goals, that’s easy. We all want to change, achieve or do something different, and you can probably think of a habit right now you’d like to work on. The real issue is rationally planning through how you’re actually going to do any of it, during a period of the year when you’re buzzing about the prospect of a new start, a new beginning.
Here’s a shock for you. There is nothing “new” about a new year other than the fact a number goes up (again) and you can look forward to another round of birthdays. There may well be something about the human psyche that loves a new start, but in reality it’s the just carried over to the next year.
All that expectation and enthusiasm is badly misplaced. If only I could harness the energy I feel at the start of a new year and spread it out evenly over the entire twelve months I’d be… well, amongst many things, I’d be a very happy and fulfilled person. Instead, we seem to splurge it all away before January is even over, because we stumble at the first hurdle.
The way we perceive the new year, and thusly the way it makes us feel, is very much like an overinflated balloon (probably blown up by a very drunk person at 11.59PM on New Year’s Eve) that surprises us when it pops, no matter how many times it happens. We’re shocked and disheartened when we get back to the daily grind a few days later and nothing has changed. All it takes is one cigarette when you decided to quit, or getting tempted by that juicy bun with the strawberry on top when you declared you was finally going to lose weight, and that enthusiasm balloon goes bang.
Oh well, there is always next year… and the year after.
If you want to be disciplined about it, the new year can be a great time to re-evaluate yourself and make realistic, achievable goals backed up by concrete, clearly defined steps to help you achieve them, if only because there tends to be a lot of holiday time to take advantage of. It’s just no good setting flaky, fairytale goals because you happening to be buzzing about some fresh start. That high will very quickly be followed by a low. And let’s face it, you don’t get this wound up over each new day or new week do you?
If you want to take goal setting seriously for the new year, check out my where I go into detail on how you can finally break the cycle of broken new year’s resolutions. - Full Post
You’d think that by now, we’d have all wised up to the fine art of setting goals and sticking to them, but year on year we put ourselves through this ritual of setting half-arsed, badly planned out resolutions, fueled by magazines, media types, self-help gurus and bloggers (yes, even I’ve been of it until I, ahem, finally wised up).
The problem isn’t setting the goals, that’s easy. We all want to change, achieve or do something different, and you can probably think of a habit right now you’d like to work on. The real issue is rationally planning through how you’re actually going to do any of it, during a period of the year when you’re buzzing about the prospect of a new start, a new beginning.
Here’s a shock for you. There is nothing “new” about a new year other than the fact a number goes up (again) and you can look forward to another round of birthdays. There may well be something about the human psyche that loves a new start, but in reality it’s the just carried over to the next year.
All that expectation and enthusiasm is badly misplaced. If only I could harness the energy I feel at the start of a new year and spread it out evenly over the entire twelve months I’d be… well, amongst many things, I’d be a very happy and fulfilled person. Instead, we seem to splurge it all away before January is even over, because we stumble at the first hurdle.
The way we perceive the new year, and thusly the way it makes us feel, is very much like an overinflated balloon (probably blown up by a very drunk person at 11.59PM on New Year’s Eve) that surprises us when it pops, no matter how many times it happens. We’re shocked and disheartened when we get back to the daily grind a few days later and nothing has changed. All it takes is one cigarette when you decided to quit, or getting tempted by that juicy bun with the strawberry on top when you declared you was finally going to lose weight, and that enthusiasm balloon goes bang.
Oh well, there is always next year… and the year after.
If you want to be disciplined about it, the new year can be a great time to re-evaluate yourself and make realistic, achievable goals backed up by concrete, clearly defined steps to help you achieve them, if only because there tends to be a lot of holiday time to take advantage of. It’s just no good setting flaky, fairytale goals because you happening to be buzzing about some fresh start. That high will very quickly be followed by a low. And let’s face it, you don’t get this wound up over each new day or new week do you?
If you want to take goal setting seriously for the new year, check out my where I go into detail on how you can finally break the cycle of broken new year’s resolutions. - Full Post
New! Monthly Training Session- starts 8th June 2012
We are launching a new service open to all out clients and prospects. The aim of the training is to answer your questions and demonstrate new features.
The course will be online (via GoTo Meeting) at 11:00 – 12:30 GMT the first Friday of every month:
8th June
6th July
3rd August
7th September
It’s totally free. Please drop in at anytime between 11 and 12:30 and raise your questions. Alternatively just listen in.
INSTRUCTIONS FOR JOINING:
1. Please join my meeting, 8 Jun 2012 at 11:00 GMT+01:00.
https://global.gotomeeting.com/join/721985957
2. Use your microphone and speakers (VoIP) – a headset is recommended. Or, call in using your telephone.
Dial +44 (0) 207 151 1801
Access Code: 721-985-957
Audio PIN: Shown after joining the meeting
Meeting ID: 721-985-957
GoToMeeting®
Online Meetings Made Easy® - Full Post
The course will be online (via GoTo Meeting) at 11:00 – 12:30 GMT the first Friday of every month:
8th June
6th July
3rd August
7th September
It’s totally free. Please drop in at anytime between 11 and 12:30 and raise your questions. Alternatively just listen in.
INSTRUCTIONS FOR JOINING:
1. Please join my meeting, 8 Jun 2012 at 11:00 GMT+01:00.
https://global.gotomeeting.com/join/721985957
2. Use your microphone and speakers (VoIP) – a headset is recommended. Or, call in using your telephone.
Dial +44 (0) 207 151 1801
Access Code: 721-985-957
Audio PIN: Shown after joining the meeting
Meeting ID: 721-985-957
GoToMeeting®
Online Meetings Made Easy® - Full Post
Open Training Course – 6th July 2012
Open Training Course – 6th July 2012
You are all welcome to the Conference-Websites Open training course this Friday.
INSTRUCTIONS FOR JOINING:
1. Please join my meeting, 6 Jul 2012 at 11:00 GMT+01:00.
https://global.gotomeeting.com/join/276381773
2. Use your microphone and speakers (VoIP) - a headset is recommended. Or, call in using your telephone.
Dial +44 (0) 207 151 1801
Access Code: 276-381-773
Audio PIN: Shown after joining the meeting
Meeting ID: 276-381-773
GoToMeeting®
Online Meetings Made Easy® - Full Post
You are all welcome to the Conference-Websites Open training course this Friday.
INSTRUCTIONS FOR JOINING:
1. Please join my meeting, 6 Jul 2012 at 11:00 GMT+01:00.
https://global.gotomeeting.com/join/276381773
2. Use your microphone and speakers (VoIP) - a headset is recommended. Or, call in using your telephone.
Dial +44 (0) 207 151 1801
Access Code: 276-381-773
Audio PIN: Shown after joining the meeting
Meeting ID: 276-381-773
GoToMeeting®
Online Meetings Made Easy® - Full Post
Open Training Course – 5th October 2012
Open Training Course – 5th October 2012
You are all welcome to the Conference-Websites Open training course this Friday.
INSTRUCTIONS FOR JOINING:
1. Please join my meeting, 5 Oct 2012 at 11:00 GMT+01:00.
https://global.gotomeeting.com/join/282346973
2. Use your microphone and speakers (VoIP) – a headset is recommended. Or, call in using your telephone.
Dial +44 (0) 203 657 6778
Access Code: 282-346-973
Audio PIN: Shown after joining the meeting
Meeting ID: 282-346-973
GoToMeeting®
Online Meetings Made Easy®
- Full Post
You are all welcome to the Conference-Websites Open training course this Friday.
INSTRUCTIONS FOR JOINING:
1. Please join my meeting, 5 Oct 2012 at 11:00 GMT+01:00.
https://global.gotomeeting.com/join/282346973
2. Use your microphone and speakers (VoIP) – a headset is recommended. Or, call in using your telephone.
Dial +44 (0) 203 657 6778
Access Code: 282-346-973
Audio PIN: Shown after joining the meeting
Meeting ID: 282-346-973
GoToMeeting®
Online Meetings Made Easy®
- Full Post
CyanogenMod developer starts work on Secure Device-to-Device Messaging
While it is rare for Android users to envy anything related to iOS, developer Koush openly expressed his love for iMessage in a Google+ post, also revealing that he plans to build a plugin somewhat similar into future builds of CyanogenMod. The plugin will be built into the framework, working with any SMS app to send encrypted messages to compatible devices running CyanogenMod (7 million users and counting) and falling back to standard SMS when necessary.
Not much else is known about this feature but its another step in the right direction for the CM team, who’ve been hard at working making their ROM . For now we can only ponder possible features of this plugin, but Koush is looking for feedback so hit the source to let him know what you want to see.
Source:
Come comment on this article:
Visit , , and much more! - Full Post
Facebook introduces Beta Program for their Android app
Development for Facebook’s Android app, which used to seem like an after thought, is taking a step forward as Facebook has announced that they will take part in Android’s new beta program. We’ve already seen this new program being used by apps such as Falcon Pro and Nova Launcher to test new releases with a small number of users to correct issues. Facebook hopes that this will help improve performance and reliability across all phones, all the way from a years old Gingerbread device to a few days old Google Edition Galaxy S4.
To join the program, you’ll need to head to the Google Groups link below and join the group to become a beta tester. After that, you can download the beta version of the app from the Play Store like normal. To report bugs in the beta version, just head to the settings menu and tap the “Report Bug” icon.
Source: ,
Come comment on this article:
Visit , , and much more! - Full Post
To join the program, you’ll need to head to the Google Groups link below and join the group to become a beta tester. After that, you can download the beta version of the app from the Play Store like normal. To report bugs in the beta version, just head to the settings menu and tap the “Report Bug” icon.
Source: ,
Come comment on this article:
Visit , , and much more! - Full Post
Friday, July 5, 2013
How to debug an application with the ABAP Development Tools for Eclipse
This video tutorial shows you how to debug an ABAP application with the native debugger of the ABAP development tools for SAP NetWeaver which are based on the open Eclipse platform.- Full Post
SAP ABAP Development Tools for Eclipse
Watch this 2min video to get a first impression of the ABAP Development Tools for SAP NetWeaver, SAP's new ABAP IDE based on the open Eclipse platform.- Full Post
What Is New in ABAP Testing And Troubleshooting With SAP NetWeaver 7.0 EhP2
This blog gives an overview of the major improvements and new tools and features in the areas of ABAP Testing and Troubleshooting. - Full Post
Subscribe to:
Posts (Atom)